Html Css Color HEX #AF0433 Cardinal

📋 copy color: '#AF0433'

red 175 ◦ green 4 ◦ blue 51

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

Shades of Cardinal #AF0433

Tints of Cardinal #AF0433

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.74%

 BLUE value IS 51 (20.31% from 255) = 22.17%

R = 76.09%
G = 1.74%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF0433 (or 0xAF0433) is known color: Cardinal. HEX triplet: AF, 04 and 33. RGB value is (175,4,51). Sum of RGB (Red+Green+Blue) = 175+4+51=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0433 is #50FBCC. Grayscale: #3C3C3C. Windows color (decimal): -5307341 or 3343535. OLE color: 3343535.

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

Color convert

RGB 175 4 51 -
CMYK 0 0.98 0.71 0.31
HSL 343.51º 0.96% 0.35% -
HSV(B) 343.51º 0.98% 0.69% -
XYZ 18.32 9.44 3.99 -
YUV 60.49 122.65 209.68 -
System Red Green Blue C M Y K H S L
Decimal 175 4 51 0 0.98 0.71 0.31 343.51 0.96 0.35
Hex AF 4 33 0 62 47 1F 158 60 23
Octal 257 4 63 0 142 107 37 530 140 43
Binary 10101111 100 110011 0 1100010 1000111 11111 101011000 1100000 100011

Color Harmonies of #AF0433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0433

Black with #AF0433

Text Example


Text Example

White with #AF0433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0433; }

 p { color: rgb(175,4,51); }

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

background-color css

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

 a { background-color: rgb(175,4,51); }

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

border-color css

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

 span { border-color: rgb(175,4,51); }

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