Html Css Color HEX #AF0B2E Cardinal

📋 copy color: '#AF0B2E'

red 175 ◦ green 11 ◦ blue 46

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

Shades of Cardinal #AF0B2E

Tints of Cardinal #AF0B2E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.74%

 BLUE value IS 46 (18.36% from 255) = 19.83%

R = 75.43%
G = 4.74%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF0B2E (or 0xAF0B2E) is known color: Cardinal. HEX triplet: AF, 0B and 2E. RGB value is (175,11,46). Sum of RGB (Red+Green+Blue) = 175+11+46=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0B2E is #50F4D1. Grayscale: #404040. Windows color (decimal): -5305554 or 3017647. OLE color: 3017647.

HSL color Cylindrical-coordinate representation of color #AF0B2E: hue angle of 347.2º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0B2E is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 11 46 -
CMYK 0 0.94 0.74 0.31
HSL 347.2º 0.88% 0.36% -
HSV(B) 347.2º 0.94% 0.69% -
XYZ 18.29 9.55 3.46 -
YUV 64.03 117.83 207.15 -
System Red Green Blue C M Y K H S L
Decimal 175 11 46 0 0.94 0.74 0.31 347.2 0.88 0.36
Hex AF B 2E 0 5E 4A 1F 15B 58 24
Octal 257 13 56 0 136 112 37 533 130 44
Binary 10101111 1011 101110 0 1011110 1001010 11111 101011011 1011000 100100

Color Harmonies of #AF0B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0B2E

Black with #AF0B2E

Text Example


Text Example

White with #AF0B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0B2E; }

 p { color: rgb(175,11,46); }

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

background-color css

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

 a { background-color: rgb(175,11,46); }

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

border-color css

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

 span { border-color: rgb(175,11,46); }

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