Html Css Color HEX #BB1630 Cardinal

📋 copy color: '#BB1630'

red 187 ◦ green 22 ◦ blue 48

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

Shades of Cardinal #BB1630

Tints of Cardinal #BB1630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.56%

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

R = 72.76%
G = 8.56%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB1630 (or 0xBB1630) is known color: Cardinal. HEX triplet: BB, 16 and 30. RGB value is (187,22,48). Sum of RGB (Red+Green+Blue) = 187+22+48=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1630 is #44E9CF. Grayscale: #4A4A4A. Windows color (decimal): -4516304 or 3151547. OLE color: 3151547.

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

Color convert

RGB 187 22 48 -
CMYK 0 0.88 0.74 0.27
HSL 350.55º 0.79% 0.41% -
HSV(B) 350.55º 0.88% 0.73% -
XYZ 21.31 11.35 3.86 -
YUV 74.3 113.16 208.39 -
System Red Green Blue C M Y K H S L
Decimal 187 22 48 0 0.88 0.74 0.27 350.55 0.79 0.41
Hex BB 16 30 0 58 4A 1B 15F 4F 29
Octal 273 26 60 0 130 112 33 537 117 51
Binary 10111011 10110 110000 0 1011000 1001010 11011 101011111 1001111 101001

Color Harmonies of #BB1630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1630

Black with #BB1630

Text Example


Text Example

White with #BB1630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1630; }

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

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

background-color css

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

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

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

border-color css

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

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

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