Html Css Color HEX #AF0339 Cardinal

📋 copy color: '#AF0339'

red 175 ◦ green 3 ◦ blue 57

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

Shades of Cardinal #AF0339

Tints of Cardinal #AF0339

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

 BLUE value IS 57 (22.66% from 255) = 24.26%

R = 74.47%
G = 1.28%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF0339 (or 0xAF0339) is known color: Cardinal. HEX triplet: AF, 03 and 39. RGB value is (175,3,57). Sum of RGB (Red+Green+Blue) = 175+3+57=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0339 is #50FCC6. Grayscale: #3C3C3C. Windows color (decimal): -5307591 or 3736495. OLE color: 3736495.

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

Color convert

RGB 175 3 57 -
CMYK 0 0.98 0.67 0.31
HSL 341.16º 0.97% 0.35% -
HSV(B) 341.16º 0.98% 0.69% -
XYZ 18.45 9.47 4.73 -
YUV 60.58 125.98 209.61 -
System Red Green Blue C M Y K H S L
Decimal 175 3 57 0 0.98 0.67 0.31 341.16 0.97 0.35
Hex AF 3 39 0 62 43 1F 155 61 23
Octal 257 3 71 0 142 103 37 525 141 43
Binary 10101111 11 111001 0 1100010 1000011 11111 101010101 1100001 100011

Color Harmonies of #AF0339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0339

Black with #AF0339

Text Example


Text Example

White with #AF0339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0339; }

 p { color: rgb(175,3,57); }

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

background-color css

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

 a { background-color: rgb(175,3,57); }

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

border-color css

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

 span { border-color: rgb(175,3,57); }

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