Html Css Color HEX #AF0C42 Cardinal

📋 copy color: '#AF0C42'

red 175 ◦ green 12 ◦ blue 66

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

Shades of Cardinal #AF0C42

Tints of Cardinal #AF0C42

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.74%

 BLUE value IS 66 (26.17% from 255) = 26.09%

R = 69.17%
G = 4.74%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF0C42 (or 0xAF0C42) is known color: Cardinal. HEX triplet: AF, 0C and 42. RGB value is (175,12,66). Sum of RGB (Red+Green+Blue) = 175+12+66=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0C42 is #50F3BD. Grayscale: #424242. Windows color (decimal): -5305278 or 4328623. OLE color: 4328623.

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

Color convert

RGB 175 12 66 -
CMYK 0 0.93 0.62 0.31
HSL 340.12º 0.87% 0.37% -
HSV(B) 340.12º 0.93% 0.69% -
XYZ 18.79 9.77 6.05 -
YUV 66.89 127.5 205.11 -
System Red Green Blue C M Y K H S L
Decimal 175 12 66 0 0.93 0.62 0.31 340.12 0.87 0.37
Hex AF C 42 0 5D 3E 1F 154 57 25
Octal 257 14 102 0 135 76 37 524 127 45
Binary 10101111 1100 1000010 0 1011101 111110 11111 101010100 1010111 100101

Color Harmonies of #AF0C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0C42

Black with #AF0C42

Text Example


Text Example

White with #AF0C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0C42; }

 p { color: rgb(175,12,66); }

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

background-color css

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

 a { background-color: rgb(175,12,66); }

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

border-color css

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

 span { border-color: rgb(175,12,66); }

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