Html Css Color HEX #AC0B30 Cardinal

📋 copy color: '#AC0B30'

red 172 ◦ green 11 ◦ blue 48

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

Shades of Cardinal #AC0B30

Tints of Cardinal #AC0B30

RGB

 RED value IS 172 (67.58% from 255) = 74.46%

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

 BLUE value IS 48 (19.14% from 255) = 20.78%

R = 74.46%
G = 4.76%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC0B30 (or 0xAC0B30) is known color: Cardinal. HEX triplet: AC, 0B and 30. RGB value is (172,11,48). Sum of RGB (Red+Green+Blue) = 172+11+48=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0B30 is #53F4CF. Grayscale: #3F3F3F. Windows color (decimal): -5502160 or 3148716. OLE color: 3148716.

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

Color convert

RGB 172 11 48 -
CMYK 0 0.94 0.72 0.33
HSL 346.21º 0.88% 0.36% -
HSV(B) 346.21º 0.94% 0.67% -
XYZ 17.67 9.22 3.65 -
YUV 63.36 119.34 205.49 -
System Red Green Blue C M Y K H S L
Decimal 172 11 48 0 0.94 0.72 0.33 346.21 0.88 0.36
Hex AC B 30 0 5E 48 21 15A 58 24
Octal 254 13 60 0 136 110 41 532 130 44
Binary 10101100 1011 110000 0 1011110 1001000 100001 101011010 1011000 100100

Color Harmonies of #AC0B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B30

Black with #AC0B30

Text Example


Text Example

White with #AC0B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B30; }

 p { color: rgb(172,11,48); }

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

background-color css

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

 a { background-color: rgb(172,11,48); }

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

border-color css

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

 span { border-color: rgb(172,11,48); }

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