Html Css Color HEX #BB142A Cardinal

📋 copy color: '#BB142A'

red 187 ◦ green 20 ◦ blue 42

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

Shades of Cardinal #BB142A

Tints of Cardinal #BB142A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.03%

 BLUE value IS 42 (16.8% from 255) = 16.87%

R = 75.1%
G = 8.03%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB142A (or 0xBB142A) is known color: Cardinal. HEX triplet: BB, 14 and 2A. RGB value is (187,20,42). Sum of RGB (Red+Green+Blue) = 187+20+42=249 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.10% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 187 - color contains mainly: red. Hex color #BB142A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB142A is #44EBD5. Grayscale: #484848. Windows color (decimal): -4516822 or 2757819. OLE color: 2757819.

HSL color Cylindrical-coordinate representation of color #BB142A: hue angle of 352.1º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB142A is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 20 42 -
CMYK 0 0.89 0.78 0.27
HSL 352.1º 0.81% 0.41% -
HSV(B) 352.1º 0.89% 0.73% -
XYZ 21.16 11.23 3.24 -
YUV 72.44 110.83 209.71 -
System Red Green Blue C M Y K H S L
Decimal 187 20 42 0 0.89 0.78 0.27 352.1 0.81 0.41
Hex BB 14 2A 0 59 4E 1B 160 51 29
Octal 273 24 52 0 131 116 33 540 121 51
Binary 10111011 10100 101010 0 1011001 1001110 11011 101100000 1010001 101001

Color Harmonies of #BB142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB142A

Black with #BB142A

Text Example


Text Example

White with #BB142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB142A; }

 p { color: rgb(187,20,42); }

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

background-color css

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

 a { background-color: rgb(187,20,42); }

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

border-color css

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

 span { border-color: rgb(187,20,42); }

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