Html Css Color HEX #BB153D Cardinal

📋 copy color: '#BB153D'

red 187 ◦ green 21 ◦ blue 61

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

Shades of Cardinal #BB153D

Tints of Cardinal #BB153D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.68%

R = 69.52%
G = 7.81%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB153D (or 0xBB153D) is known color: Cardinal. HEX triplet: BB, 15 and 3D. RGB value is (187,21,61). Sum of RGB (Red+Green+Blue) = 187+21+61=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB153D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB153D is #44EAC2. Grayscale: #4B4B4B. Windows color (decimal): -4516547 or 4003259. OLE color: 4003259.

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

Color convert

RGB 187 21 61 -
CMYK 0 0.89 0.67 0.27
HSL 345.54º 0.8% 0.41% -
HSV(B) 345.54º 0.89% 0.73% -
XYZ 21.6 11.44 5.48 -
YUV 75.19 120 207.75 -
System Red Green Blue C M Y K H S L
Decimal 187 21 61 0 0.89 0.67 0.27 345.54 0.8 0.41
Hex BB 15 3D 0 59 43 1B 15A 50 29
Octal 273 25 75 0 131 103 33 532 120 51
Binary 10111011 10101 111101 0 1011001 1000011 11011 101011010 1010000 101001

Color Harmonies of #BB153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB153D

Black with #BB153D

Text Example


Text Example

White with #BB153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB153D; }

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

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

background-color css

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

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

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

border-color css

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

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

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