Html Css Color HEX #AF0136 Cardinal

📋 copy color: '#AF0136'

red 175 ◦ green 1 ◦ blue 54

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

Shades of Cardinal #AF0136

Tints of Cardinal #AF0136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 54 (21.48% from 255) = 23.48%

R = 76.09%
G = 0.43%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF0136 (or 0xAF0136) is known color: Cardinal. HEX triplet: AF, 01 and 36. RGB value is (175,1,54). Sum of RGB (Red+Green+Blue) = 175+1+54=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0136 is #50FEC9. Grayscale: #3B3B3B. Windows color (decimal): -5308106 or 3539375. OLE color: 3539375.

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

Color convert

RGB 175 1 54 -
CMYK 0 0.99 0.69 0.31
HSL 341.72º 0.99% 0.35% -
HSV(B) 341.72º 0.99% 0.69% -
XYZ 18.36 9.4 4.34 -
YUV 59.07 125.15 210.69 -
System Red Green Blue C M Y K H S L
Decimal 175 1 54 0 0.99 0.69 0.31 341.72 0.99 0.35
Hex AF 1 36 0 63 45 1F 156 63 23
Octal 257 1 66 0 143 105 37 526 143 43
Binary 10101111 1 110110 0 1100011 1000101 11111 101010110 1100011 100011

Color Harmonies of #AF0136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0136

Black with #AF0136

Text Example


Text Example

White with #AF0136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0136; }

 p { color: rgb(175,1,54); }

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

background-color css

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

 a { background-color: rgb(175,1,54); }

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

border-color css

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

 span { border-color: rgb(175,1,54); }

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