Html Css Color HEX #AC1B36 Cardinal

📋 copy color: '#AC1B36'

red 172 ◦ green 27 ◦ blue 54

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

Shades of Cardinal #AC1B36

Tints of Cardinal #AC1B36

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.67%

 BLUE value IS 54 (21.48% from 255) = 21.34%

R = 67.98%
G = 10.67%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC1B36 (or 0xAC1B36) is known color: Cardinal. HEX triplet: AC, 1B and 36. RGB value is (172,27,54). Sum of RGB (Red+Green+Blue) = 172+27+54=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1B36 is #53E4C9. Grayscale: #494949. Windows color (decimal): -5498058 or 3546028. OLE color: 3546028.

HSL color Cylindrical-coordinate representation of color #AC1B36: hue angle of 348.83º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1B36 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 27 54 -
CMYK 0 0.84 0.69 0.33
HSL 348.83º 0.73% 0.39% -
HSV(B) 348.83º 0.84% 0.67% -
XYZ 18.07 9.82 4.43 -
YUV 73.43 117.04 198.3 -
System Red Green Blue C M Y K H S L
Decimal 172 27 54 0 0.84 0.69 0.33 348.83 0.73 0.39
Hex AC 1B 36 0 54 45 21 15D 49 27
Octal 254 33 66 0 124 105 41 535 111 47
Binary 10101100 11011 110110 0 1010100 1000101 100001 101011101 1001001 100111

Color Harmonies of #AC1B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1B36

Black with #AC1B36

Text Example


Text Example

White with #AC1B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1B36; }

 p { color: rgb(172,27,54); }

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

background-color css

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

 a { background-color: rgb(172,27,54); }

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

border-color css

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

 span { border-color: rgb(172,27,54); }

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