Html Css Color HEX #BB0946 Cardinal

📋 copy color: '#BB0946'

red 187 ◦ green 9 ◦ blue 70

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

Shades of Cardinal #BB0946

Tints of Cardinal #BB0946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.32%

R = 70.3%
G = 3.38%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB0946 (or 0xBB0946) is known color: Cardinal. HEX triplet: BB, 09 and 46. RGB value is (187,9,70). Sum of RGB (Red+Green+Blue) = 187+9+70=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0946 is #44F6B9. Grayscale: #454545. Windows color (decimal): -4519610 or 4590011. OLE color: 4590011.

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

Color convert

RGB 187 9 70 -
CMYK 0 0.95 0.63 0.27
HSL 339.44º 0.91% 0.38% -
HSV(B) 339.44º 0.95% 0.73% -
XYZ 21.7 11.2 6.81 -
YUV 69.18 128.47 212.04 -
System Red Green Blue C M Y K H S L
Decimal 187 9 70 0 0.95 0.63 0.27 339.44 0.91 0.38
Hex BB 9 46 0 5F 3F 1B 153 5B 26
Octal 273 11 106 0 137 77 33 523 133 46
Binary 10111011 1001 1000110 0 1011111 111111 11011 101010011 1011011 100110

Color Harmonies of #BB0946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0946

Black with #BB0946

Text Example


Text Example

White with #BB0946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0946; }

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

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

background-color css

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

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

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

border-color css

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

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

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