Html Css Color HEX #AF242D Cardinal

📋 copy color: '#AF242D'

red 175 ◦ green 36 ◦ blue 45

#AF242D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #AF242D

Tints of Cardinal #AF242D

RGB

 RED value IS 175 (68.75% from 255) = 68.36%

 GREEN value IS 36 (14.45% from 255) = 14.06%

 BLUE value IS 45 (17.97% from 255) = 17.58%

R = 68.36%
G = 14.06%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF242D (or 0xAF242D) is known color: Cardinal. HEX triplet: AF, 24 and 2D. RGB value is (175,36,45). Sum of RGB (Red+Green+Blue) = 175+36+45=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF242D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF242D is #50DBD2. Grayscale: #4E4E4E. Windows color (decimal): -5299155 or 2958511. OLE color: 2958511.

HSL color Cylindrical-coordinate representation of color #AF242D: hue angle of 356.12º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF242D is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 36 45 -
CMYK 0 0.79 0.74 0.31
HSL 356.12º 0.66% 0.41% -
HSV(B) 356.12º 0.79% 0.69% -
XYZ 18.78 10.57 3.53 -
YUV 78.59 109.05 196.77 -
System Red Green Blue C M Y K H S L
Decimal 175 36 45 0 0.79 0.74 0.31 356.12 0.66 0.41
Hex AF 24 2D 0 4F 4A 1F 164 42 29
Octal 257 44 55 0 117 112 37 544 102 51
Binary 10101111 100100 101101 0 1001111 1001010 11111 101100100 1000010 101001

Color Harmonies of #AF242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF242D

Black with #AF242D

Text Example


Text Example

White with #AF242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF242D; }

 p { color: rgb(175,36,45); }

 H1.HeaderClassName
 {
   color: #AF242D;
 }
 .AnyTagClassName
 {
   color: #AF242D;
 }
</style>

background-color css

<style>
 a { background-color: #AF242D; }

 a { background-color: rgb(175,36,45); }

 div.DivClassName
 {
   background-color: #AF242D;
 }
 .BgClassName
 {
   background-color: #AF242D;
 }
</style>

border-color css

<style>
 span { border-color: #AF242D; }

 span { border-color: rgb(175,36,45); }

 td.TdClassName
 {
   border-color: #AF242D;
 }
 .TagClassName
 {
   border-color: #AF242D;
 }
</style>