Html Css Color HEX #AC0833 Cardinal

📋 copy color: '#AC0833'

red 172 ◦ green 8 ◦ blue 51

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

Shades of Cardinal #AC0833

Tints of Cardinal #AC0833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.46%

 BLUE value IS 51 (20.31% from 255) = 22.08%

R = 74.46%
G = 3.46%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC0833 (or 0xAC0833) is known color: Cardinal. HEX triplet: AC, 08 and 33. RGB value is (172,8,51). Sum of RGB (Red+Green+Blue) = 172+8+51=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0833 is #53F7CC. Grayscale: #3D3D3D. Windows color (decimal): -5502925 or 3344556. OLE color: 3344556.

HSL color Cylindrical-coordinate representation of color #AC0833: hue angle of 344.27º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0833 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 8 51 -
CMYK 0 0.95 0.70 0.33
HSL 344.27º 0.91% 0.35% -
HSV(B) 344.27º 0.95% 0.67% -
XYZ 17.7 9.18 3.97 -
YUV 61.94 121.83 206.5 -
System Red Green Blue C M Y K H S L
Decimal 172 8 51 0 0.95 0.70 0.33 344.27 0.91 0.35
Hex AC 8 33 0 5F 46 21 158 5B 23
Octal 254 10 63 0 137 106 41 530 133 43
Binary 10101100 1000 110011 0 1011111 1000110 100001 101011000 1011011 100011

Color Harmonies of #AC0833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0833

Black with #AC0833

Text Example


Text Example

White with #AC0833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0833; }

 p { color: rgb(172,8,51); }

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

background-color css

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

 a { background-color: rgb(172,8,51); }

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

border-color css

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

 span { border-color: rgb(172,8,51); }

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