Html Css Color HEX #AF2436 Cardinal

📋 copy color: '#AF2436'

red 175 ◦ green 36 ◦ blue 54

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

Shades of Cardinal #AF2436

Tints of Cardinal #AF2436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.38%

R = 66.04%
G = 13.58%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF2436 (or 0xAF2436) is known color: Cardinal. HEX triplet: AF, 24 and 36. RGB value is (175,36,54). Sum of RGB (Red+Green+Blue) = 175+36+54=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2436 is #50DBC9. Grayscale: #4F4F4F. Windows color (decimal): -5299146 or 3548335. OLE color: 3548335.

HSL color Cylindrical-coordinate representation of color #AF2436: hue angle of 352.23º 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 #AF2436 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 36 54 -
CMYK 0 0.79 0.69 0.31
HSL 352.23º 0.66% 0.41% -
HSV(B) 352.23º 0.79% 0.69% -
XYZ 18.98 10.64 4.54 -
YUV 79.61 113.55 196.04 -
System Red Green Blue C M Y K H S L
Decimal 175 36 54 0 0.79 0.69 0.31 352.23 0.66 0.41
Hex AF 24 36 0 4F 45 1F 160 42 29
Octal 257 44 66 0 117 105 37 540 102 51
Binary 10101111 100100 110110 0 1001111 1000101 11111 101100000 1000010 101001

Color Harmonies of #AF2436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2436

Black with #AF2436

Text Example


Text Example

White with #AF2436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2436; }

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

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

background-color css

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

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

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

border-color css

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

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

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