Html Css Color HEX #BB1A2C Cardinal

📋 copy color: '#BB1A2C'

red 187 ◦ green 26 ◦ blue 44

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

Shades of Cardinal #BB1A2C

Tints of Cardinal #BB1A2C

RGB

 RED value IS 187 (73.44% from 255) = 72.76%

 GREEN value IS 26 (10.55% from 255) = 10.12%

 BLUE value IS 44 (17.58% from 255) = 17.12%

R = 72.76%
G = 10.12%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB1A2C (or 0xBB1A2C) is known color: Cardinal. HEX triplet: BB, 1A and 2C. RGB value is (187,26,44). Sum of RGB (Red+Green+Blue) = 187+26+44=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1A2C is #44E5D3. Grayscale: #4C4C4C. Windows color (decimal): -4515284 or 2890427. OLE color: 2890427.

HSL color Cylindrical-coordinate representation of color #BB1A2C: hue angle of 353.29º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1A2C is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 26 44 -
CMYK 0 0.86 0.76 0.27
HSL 353.29º 0.76% 0.42% -
HSV(B) 353.29º 0.86% 0.73% -
XYZ 21.32 11.49 3.48 -
YUV 76.19 109.84 207.04 -
System Red Green Blue C M Y K H S L
Decimal 187 26 44 0 0.86 0.76 0.27 353.29 0.76 0.42
Hex BB 1A 2C 0 56 4C 1B 161 4C 2A
Octal 273 32 54 0 126 114 33 541 114 52
Binary 10111011 11010 101100 0 1010110 1001100 11011 101100001 1001100 101010

Color Harmonies of #BB1A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1A2C

Black with #BB1A2C

Text Example


Text Example

White with #BB1A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1A2C; }

 p { color: rgb(187,26,44); }

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

background-color css

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

 a { background-color: rgb(187,26,44); }

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

border-color css

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

 span { border-color: rgb(187,26,44); }

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