Html Css Color HEX #BB142D Cardinal

📋 copy color: '#BB142D'

red 187 ◦ green 20 ◦ blue 45

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

Shades of Cardinal #BB142D

Tints of Cardinal #BB142D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.86%

R = 74.21%
G = 7.94%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB142D (or 0xBB142D) is known color: Cardinal. HEX triplet: BB, 14 and 2D. RGB value is (187,20,45). Sum of RGB (Red+Green+Blue) = 187+20+45=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB142D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB142D is #44EBD2. Grayscale: #484848. Windows color (decimal): -4516819 or 2954427. OLE color: 2954427.

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

Color convert

RGB 187 20 45 -
CMYK 0 0.89 0.76 0.27
HSL 351.02º 0.81% 0.41% -
HSV(B) 351.02º 0.89% 0.73% -
XYZ 21.22 11.25 3.54 -
YUV 72.78 112.33 209.47 -
System Red Green Blue C M Y K H S L
Decimal 187 20 45 0 0.89 0.76 0.27 351.02 0.81 0.41
Hex BB 14 2D 0 59 4C 1B 15F 51 29
Octal 273 24 55 0 131 114 33 537 121 51
Binary 10111011 10100 101101 0 1011001 1001100 11011 101011111 1010001 101001

Color Harmonies of #BB142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB142D

Black with #BB142D

Text Example


Text Example

White with #BB142D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB142D; }

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

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

background-color css

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

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

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

border-color css

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

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

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