Html Css Color HEX #BB142B Cardinal

📋 copy color: '#BB142B'

red 187 ◦ green 20 ◦ blue 43

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

Shades of Cardinal #BB142B

Tints of Cardinal #BB142B

RGB

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

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

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

R = 74.8%
G = 8%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB142B (or 0xBB142B) is known color: Cardinal. HEX triplet: BB, 14 and 2B. RGB value is (187,20,43). Sum of RGB (Red+Green+Blue) = 187+20+43=250 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.8% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 187 - color contains mainly: red. Hex color #BB142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB142B is #44EBD4. Grayscale: #484848. Windows color (decimal): -4516821 or 2823355. OLE color: 2823355.

HSL color Cylindrical-coordinate representation of color #BB142B: hue angle of 351.74º 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 #BB142B is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 20 43 -
CMYK 0 0.89 0.77 0.27
HSL 351.74º 0.81% 0.41% -
HSV(B) 351.74º 0.89% 0.73% -
XYZ 21.18 11.24 3.34 -
YUV 72.56 111.33 209.63 -
System Red Green Blue C M Y K H S L
Decimal 187 20 43 0 0.89 0.77 0.27 351.74 0.81 0.41
Hex BB 14 2B 0 59 4D 1B 160 51 29
Octal 273 24 53 0 131 115 33 540 121 51
Binary 10111011 10100 101011 0 1011001 1001101 11011 101100000 1010001 101001

Color Harmonies of #BB142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB142B

Black with #BB142B

Text Example


Text Example

White with #BB142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB142B; }

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

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

background-color css

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

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

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

border-color css

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

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

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