Html Css Color HEX #BB0931 Cardinal

📋 copy color: '#BB0931'

red 187 ◦ green 9 ◦ blue 49

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

Shades of Cardinal #BB0931

Tints of Cardinal #BB0931

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.67%

 BLUE value IS 49 (19.53% from 255) = 20%

R = 76.33%
G = 3.67%
B = 20%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB0931 (or 0xBB0931) is known color: Cardinal. HEX triplet: BB, 09 and 31. RGB value is (187,9,49). Sum of RGB (Red+Green+Blue) = 187+9+49=245 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.33% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0931 is #44F6CE. Grayscale: #424242. Windows color (decimal): -4519631 or 3213755. OLE color: 3213755.

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

Color convert

RGB 187 9 49 -
CMYK 0 0.95 0.74 0.27
HSL 346.52º 0.91% 0.38% -
HSV(B) 346.52º 0.95% 0.73% -
XYZ 21.15 10.98 3.91 -
YUV 66.78 117.97 213.75 -
System Red Green Blue C M Y K H S L
Decimal 187 9 49 0 0.95 0.74 0.27 346.52 0.91 0.38
Hex BB 9 31 0 5F 4A 1B 15B 5B 26
Octal 273 11 61 0 137 112 33 533 133 46
Binary 10111011 1001 110001 0 1011111 1001010 11011 101011011 1011011 100110

Color Harmonies of #BB0931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0931

Black with #BB0931

Text Example


Text Example

White with #BB0931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0931; }

 p { color: rgb(187,9,49); }

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

background-color css

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

 a { background-color: rgb(187,9,49); }

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

border-color css

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

 span { border-color: rgb(187,9,49); }

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