Html Css Color HEX #AF0239 Cardinal

📋 copy color: '#AF0239'

red 175 ◦ green 2 ◦ blue 57

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

Shades of Cardinal #AF0239

Tints of Cardinal #AF0239

RGB

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

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

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

R = 74.79%
G = 0.85%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF0239 (or 0xAF0239) is known color: Cardinal. HEX triplet: AF, 02 and 39. RGB value is (175,2,57). Sum of RGB (Red+Green+Blue) = 175+2+57=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0239 is #50FDC6. Grayscale: #3B3B3B. Windows color (decimal): -5307847 or 3736239. OLE color: 3736239.

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

Color convert

RGB 175 2 57 -
CMYK 0 0.99 0.67 0.31
HSL 340.92º 0.98% 0.35% -
HSV(B) 340.92º 0.99% 0.69% -
XYZ 18.44 9.45 4.72 -
YUV 60 126.31 210.03 -
System Red Green Blue C M Y K H S L
Decimal 175 2 57 0 0.99 0.67 0.31 340.92 0.98 0.35
Hex AF 2 39 0 63 43 1F 155 62 23
Octal 257 2 71 0 143 103 37 525 142 43
Binary 10101111 10 111001 0 1100011 1000011 11111 101010101 1100010 100011

Color Harmonies of #AF0239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0239

Black with #AF0239

Text Example


Text Example

White with #AF0239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0239; }

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

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

background-color css

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

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

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

border-color css

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

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

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