Html Css Color HEX #AF0232 Cardinal

📋 copy color: '#AF0232'

red 175 ◦ green 2 ◦ blue 50

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

Shades of Cardinal #AF0232

Tints of Cardinal #AF0232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

 BLUE value IS 50 (19.92% from 255) = 22.03%

R = 77.09%
G = 0.88%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF0232 (or 0xAF0232) is known color: Cardinal. HEX triplet: AF, 02 and 32. RGB value is (175,2,50). Sum of RGB (Red+Green+Blue) = 175+2+50=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0232 is #50FDCD. Grayscale: #3B3B3B. Windows color (decimal): -5307854 or 3277487. OLE color: 3277487.

HSL color Cylindrical-coordinate representation of color #AF0232: hue angle of 343.35º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0232 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 2 50 -
CMYK 0 0.99 0.71 0.31
HSL 343.35º 0.98% 0.35% -
HSV(B) 343.35º 0.99% 0.69% -
XYZ 18.28 9.39 3.87 -
YUV 59.2 122.81 210.6 -
System Red Green Blue C M Y K H S L
Decimal 175 2 50 0 0.99 0.71 0.31 343.35 0.98 0.35
Hex AF 2 32 0 63 47 1F 157 62 23
Octal 257 2 62 0 143 107 37 527 142 43
Binary 10101111 10 110010 0 1100011 1000111 11111 101010111 1100010 100011

Color Harmonies of #AF0232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0232

Black with #AF0232

Text Example


Text Example

White with #AF0232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0232; }

 p { color: rgb(175,2,50); }

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

background-color css

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

 a { background-color: rgb(175,2,50); }

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

border-color css

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

 span { border-color: rgb(175,2,50); }

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