Html Css Color HEX #AC102B Cardinal

📋 copy color: '#AC102B'

red 172 ◦ green 16 ◦ blue 43

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

Shades of Cardinal #AC102B

Tints of Cardinal #AC102B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.93%

 BLUE value IS 43 (17.19% from 255) = 18.61%

R = 74.46%
G = 6.93%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC102B (or 0xAC102B) is known color: Cardinal. HEX triplet: AC, 10 and 2B. RGB value is (172,16,43). Sum of RGB (Red+Green+Blue) = 172+16+43=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC102B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC102B is #53EFD4. Grayscale: #414141. Windows color (decimal): -5500885 or 2822316. OLE color: 2822316.

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

Color convert

RGB 172 16 43 -
CMYK 0 0.91 0.75 0.33
HSL 349.62º 0.83% 0.37% -
HSV(B) 349.62º 0.91% 0.67% -
XYZ 17.63 9.32 3.15 -
YUV 65.72 115.18 203.8 -
System Red Green Blue C M Y K H S L
Decimal 172 16 43 0 0.91 0.75 0.33 349.62 0.83 0.37
Hex AC 10 2B 0 5B 4B 21 15E 53 25
Octal 254 20 53 0 133 113 41 536 123 45
Binary 10101100 10000 101011 0 1011011 1001011 100001 101011110 1010011 100101

Color Harmonies of #AC102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC102B

Black with #AC102B

Text Example


Text Example

White with #AC102B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC102B; }

 p { color: rgb(172,16,43); }

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

background-color css

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

 a { background-color: rgb(172,16,43); }

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

border-color css

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

 span { border-color: rgb(172,16,43); }

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