Html Css Color HEX #AF0C2E Cardinal

📋 copy color: '#AF0C2E'

red 175 ◦ green 12 ◦ blue 46

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

Shades of Cardinal #AF0C2E

Tints of Cardinal #AF0C2E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.15%

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

R = 75.11%
G = 5.15%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF0C2E (or 0xAF0C2E) is known color: Cardinal. HEX triplet: AF, 0C and 2E. RGB value is (175,12,46). Sum of RGB (Red+Green+Blue) = 175+12+46=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0C2E is #50F3D1. Grayscale: #404040. Windows color (decimal): -5305298 or 3017903. OLE color: 3017903.

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

Color convert

RGB 175 12 46 -
CMYK 0 0.93 0.74 0.31
HSL 347.48º 0.87% 0.37% -
HSV(B) 347.48º 0.93% 0.69% -
XYZ 18.3 9.57 3.47 -
YUV 64.61 117.5 206.74 -
System Red Green Blue C M Y K H S L
Decimal 175 12 46 0 0.93 0.74 0.31 347.48 0.87 0.37
Hex AF C 2E 0 5D 4A 1F 15B 57 25
Octal 257 14 56 0 135 112 37 533 127 45
Binary 10101111 1100 101110 0 1011101 1001010 11111 101011011 1010111 100101

Color Harmonies of #AF0C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0C2E

Black with #AF0C2E

Text Example


Text Example

White with #AF0C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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