Html Css Color HEX #BB1B30 Cardinal

📋 copy color: '#BB1B30'

red 187 ◦ green 27 ◦ blue 48

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

Shades of Cardinal #BB1B30

Tints of Cardinal #BB1B30

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.31%

 BLUE value IS 48 (19.14% from 255) = 18.32%

R = 71.37%
G = 10.31%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB1B30 (or 0xBB1B30) is known color: Cardinal. HEX triplet: BB, 1B and 30. RGB value is (187,27,48). Sum of RGB (Red+Green+Blue) = 187+27+48=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 27 (10.94% from 255 or 10.31% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1B30 is #44E4CF. Grayscale: #4D4D4D. Windows color (decimal): -4515024 or 3152827. OLE color: 3152827.

HSL color Cylindrical-coordinate representation of color #BB1B30: hue angle of 352.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1B30 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 27 48 -
CMYK 0 0.86 0.74 0.27
HSL 352.13º 0.75% 0.42% -
HSV(B) 352.13º 0.86% 0.73% -
XYZ 21.42 11.56 3.9 -
YUV 77.23 111.51 206.29 -
System Red Green Blue C M Y K H S L
Decimal 187 27 48 0 0.86 0.74 0.27 352.13 0.75 0.42
Hex BB 1B 30 0 56 4A 1B 160 4B 2A
Octal 273 33 60 0 126 112 33 540 113 52
Binary 10111011 11011 110000 0 1010110 1001010 11011 101100000 1001011 101010

Color Harmonies of #BB1B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1B30

Black with #BB1B30

Text Example


Text Example

White with #BB1B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1B30; }

 p { color: rgb(187,27,48); }

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

background-color css

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

 a { background-color: rgb(187,27,48); }

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

border-color css

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

 span { border-color: rgb(187,27,48); }

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