Html Css Color HEX #AF0F28 Cardinal

📋 copy color: '#AF0F28'

red 175 ◦ green 15 ◦ blue 40

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

Shades of Cardinal #AF0F28

Tints of Cardinal #AF0F28

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.52%

 BLUE value IS 40 (16.02% from 255) = 17.39%

R = 76.09%
G = 6.52%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF0F28 (or 0xAF0F28) is known color: Cardinal. HEX triplet: AF, 0F and 28. RGB value is (175,15,40). Sum of RGB (Red+Green+Blue) = 175+15+40=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F28 is #50F0D7. Grayscale: #414141. Windows color (decimal): -5304536 or 2625455. OLE color: 2625455.

HSL color Cylindrical-coordinate representation of color #AF0F28: hue angle of 350.62º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF0F28 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 15 40 -
CMYK 0 0.91 0.77 0.31
HSL 350.63º 0.84% 0.37% -
HSV(B) 350.63º 0.91% 0.69% -
XYZ 18.23 9.61 2.9 -
YUV 65.69 113.51 205.97 -
System Red Green Blue C M Y K H S L
Decimal 175 15 40 0 0.91 0.77 0.31 350.63 0.84 0.37
Hex AF F 28 0 5B 4D 1F 15F 54 25
Octal 257 17 50 0 133 115 37 537 124 45
Binary 10101111 1111 101000 0 1011011 1001101 11111 101011111 1010100 100101

Color Harmonies of #AF0F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0F28

Black with #AF0F28

Text Example


Text Example

White with #AF0F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0F28; }

 p { color: rgb(175,15,40); }

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

background-color css

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

 a { background-color: rgb(175,15,40); }

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

border-color css

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

 span { border-color: rgb(175,15,40); }

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