Html Css Color HEX #BB0830 Cardinal

📋 copy color: '#BB0830'

red 187 ◦ green 8 ◦ blue 48

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

Shades of Cardinal #BB0830

Tints of Cardinal #BB0830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.29%

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

R = 76.95%
G = 3.29%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB0830 (or 0xBB0830) is known color: Cardinal. HEX triplet: BB, 08 and 30. RGB value is (187,8,48). Sum of RGB (Red+Green+Blue) = 187+8+48=243 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.95% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0830 is #44F7CF. Grayscale: #424242. Windows color (decimal): -4519888 or 3147963. OLE color: 3147963.

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

Color convert

RGB 187 8 48 -
CMYK 0 0.96 0.74 0.27
HSL 346.59º 0.92% 0.38% -
HSV(B) 346.59º 0.96% 0.73% -
XYZ 21.11 10.95 3.8 -
YUV 66.08 117.8 214.25 -
System Red Green Blue C M Y K H S L
Decimal 187 8 48 0 0.96 0.74 0.27 346.59 0.92 0.38
Hex BB 8 30 0 60 4A 1B 15B 5C 26
Octal 273 10 60 0 140 112 33 533 134 46
Binary 10111011 1000 110000 0 1100000 1001010 11011 101011011 1011100 100110

Color Harmonies of #BB0830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0830

Black with #BB0830

Text Example


Text Example

White with #BB0830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0830; }

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

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

background-color css

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

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

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

border-color css

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

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

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