Html Css Color HEX #AF0F2B Cardinal

📋 copy color: '#AF0F2B'

red 175 ◦ green 15 ◦ blue 43

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

Shades of Cardinal #AF0F2B

Tints of Cardinal #AF0F2B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.44%

 BLUE value IS 43 (17.19% from 255) = 18.45%

R = 75.11%
G = 6.44%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF0F2B (or 0xAF0F2B) is known color: Cardinal. HEX triplet: AF, 0F and 2B. RGB value is (175,15,43). Sum of RGB (Red+Green+Blue) = 175+15+43=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F2B is #50F0D4. Grayscale: #424242. Windows color (decimal): -5304533 or 2822063. OLE color: 2822063.

HSL color Cylindrical-coordinate representation of color #AF0F2B: hue angle of 349.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF0F2B is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 15 43 -
CMYK 0 0.91 0.75 0.31
HSL 349.5º 0.84% 0.37% -
HSV(B) 349.5º 0.91% 0.69% -
XYZ 18.29 9.63 3.18 -
YUV 66.03 115.01 205.72 -
System Red Green Blue C M Y K H S L
Decimal 175 15 43 0 0.91 0.75 0.31 349.5 0.84 0.37
Hex AF F 2B 0 5B 4B 1F 15E 54 25
Octal 257 17 53 0 133 113 37 536 124 45
Binary 10101111 1111 101011 0 1011011 1001011 11111 101011110 1010100 100101

Color Harmonies of #AF0F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0F2B

Black with #AF0F2B

Text Example


Text Example

White with #AF0F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0F2B; }

 p { color: rgb(175,15,43); }

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

background-color css

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

 a { background-color: rgb(175,15,43); }

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

border-color css

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

 span { border-color: rgb(175,15,43); }

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