Html Css Color HEX #BB092B Cardinal

📋 copy color: '#BB092B'

red 187 ◦ green 9 ◦ blue 43

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

Shades of Cardinal #BB092B

Tints of Cardinal #BB092B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.99%

R = 78.24%
G = 3.77%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB092B (or 0xBB092B) is known color: Cardinal. HEX triplet: BB, 09 and 2B. RGB value is (187,9,43). Sum of RGB (Red+Green+Blue) = 187+9+43=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB092B is #44F6D4. Grayscale: #424242. Windows color (decimal): -4519637 or 2820539. OLE color: 2820539.

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

Color convert

RGB 187 9 43 -
CMYK 0 0.95 0.77 0.27
HSL 348.54º 0.91% 0.38% -
HSV(B) 348.54º 0.95% 0.73% -
XYZ 21.03 10.93 3.29 -
YUV 66.1 114.97 214.24 -
System Red Green Blue C M Y K H S L
Decimal 187 9 43 0 0.95 0.77 0.27 348.54 0.91 0.38
Hex BB 9 2B 0 5F 4D 1B 15D 5B 26
Octal 273 11 53 0 137 115 33 535 133 46
Binary 10111011 1001 101011 0 1011111 1001101 11011 101011101 1011011 100110

Color Harmonies of #BB092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB092B

Black with #BB092B

Text Example


Text Example

White with #BB092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB092B; }

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

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

background-color css

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

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

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

border-color css

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

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

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