Html Css Color HEX #AF0434 Cardinal

📋 copy color: '#AF0434'

red 175 ◦ green 4 ◦ blue 52

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

Shades of Cardinal #AF0434

Tints of Cardinal #AF0434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.51%

R = 75.76%
G = 1.73%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF0434 (or 0xAF0434) is known color: Cardinal. HEX triplet: AF, 04 and 34. RGB value is (175,4,52). Sum of RGB (Red+Green+Blue) = 175+4+52=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0434 is #50FBCB. Grayscale: #3C3C3C. Windows color (decimal): -5307340 or 3409071. OLE color: 3409071.

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

Color convert

RGB 175 4 52 -
CMYK 0 0.98 0.70 0.31
HSL 343.16º 0.96% 0.35% -
HSV(B) 343.16º 0.98% 0.69% -
XYZ 18.34 9.45 4.11 -
YUV 60.6 123.15 209.6 -
System Red Green Blue C M Y K H S L
Decimal 175 4 52 0 0.98 0.70 0.31 343.16 0.96 0.35
Hex AF 4 34 0 62 46 1F 157 60 23
Octal 257 4 64 0 142 106 37 527 140 43
Binary 10101111 100 110100 0 1100010 1000110 11111 101010111 1100000 100011

Color Harmonies of #AF0434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0434

Black with #AF0434

Text Example


Text Example

White with #AF0434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0434; }

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

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

background-color css

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

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

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

border-color css

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

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

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