Html Css Color HEX #BB152A Cardinal

📋 copy color: '#BB152A'

red 187 ◦ green 21 ◦ blue 42

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

Shades of Cardinal #BB152A

Tints of Cardinal #BB152A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.4%

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

R = 74.8%
G = 8.4%
B = 16.8%

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

#BB152A (or 0xBB152A) is known color: Cardinal. HEX triplet: BB, 15 and 2A. RGB value is (187,21,42). Sum of RGB (Red+Green+Blue) = 187+21+42=250 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.8% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 187 - color contains mainly: red. Hex color #BB152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB152A is #44EAD5. Grayscale: #494949. Windows color (decimal): -4516566 or 2758075. OLE color: 2758075.

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

Color convert

RGB 187 21 42 -
CMYK 0 0.89 0.78 0.27
HSL 352.41º 0.8% 0.41% -
HSV(B) 352.41º 0.89% 0.73% -
XYZ 21.18 11.27 3.25 -
YUV 73.03 110.5 209.29 -
System Red Green Blue C M Y K H S L
Decimal 187 21 42 0 0.89 0.78 0.27 352.41 0.8 0.41
Hex BB 15 2A 0 59 4E 1B 160 50 29
Octal 273 25 52 0 131 116 33 540 120 51
Binary 10111011 10101 101010 0 1011001 1001110 11011 101100000 1010000 101001

Color Harmonies of #BB152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB152A

Black with #BB152A

Text Example


Text Example

White with #BB152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB152A; }

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

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

background-color css

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

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

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

border-color css

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

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

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