Html Css Color HEX #AC1B30 Cardinal

📋 copy color: '#AC1B30'

red 172 ◦ green 27 ◦ blue 48

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

Shades of Cardinal #AC1B30

Tints of Cardinal #AC1B30

RGB

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

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

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

R = 69.64%
G = 10.93%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC1B30 (or 0xAC1B30) is known color: Cardinal. HEX triplet: AC, 1B and 30. RGB value is (172,27,48). Sum of RGB (Red+Green+Blue) = 172+27+48=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1B30 is #53E4CF. Grayscale: #484848. Windows color (decimal): -5498064 or 3152812. OLE color: 3152812.

HSL color Cylindrical-coordinate representation of color #AC1B30: hue angle of 351.31º 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 #AC1B30 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 27 48 -
CMYK 0 0.84 0.72 0.33
HSL 351.31º 0.73% 0.39% -
HSV(B) 351.31º 0.84% 0.67% -
XYZ 17.94 9.77 3.74 -
YUV 72.75 114.04 198.79 -
System Red Green Blue C M Y K H S L
Decimal 172 27 48 0 0.84 0.72 0.33 351.31 0.73 0.39
Hex AC 1B 30 0 54 48 21 15F 49 27
Octal 254 33 60 0 124 110 41 537 111 47
Binary 10101100 11011 110000 0 1010100 1001000 100001 101011111 1001001 100111

Color Harmonies of #AC1B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1B30

Black with #AC1B30

Text Example


Text Example

White with #AC1B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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