Html Css Color HEX #BB0939 Cardinal

📋 copy color: '#BB0939'

red 187 ◦ green 9 ◦ blue 57

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

Shades of Cardinal #BB0939

Tints of Cardinal #BB0939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.53%

R = 73.91%
G = 3.56%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB0939 (or 0xBB0939) is known color: Cardinal. HEX triplet: BB, 09 and 39. RGB value is (187,9,57). Sum of RGB (Red+Green+Blue) = 187+9+57=253 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.91% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0939 is #44F6C6. Grayscale: #434343. Windows color (decimal): -4519623 or 3738043. OLE color: 3738043.

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

Color convert

RGB 187 9 57 -
CMYK 0 0.95 0.70 0.27
HSL 343.82º 0.91% 0.38% -
HSV(B) 343.82º 0.95% 0.73% -
XYZ 21.33 11.06 4.88 -
YUV 67.69 121.97 213.1 -
System Red Green Blue C M Y K H S L
Decimal 187 9 57 0 0.95 0.70 0.27 343.82 0.91 0.38
Hex BB 9 39 0 5F 46 1B 158 5B 26
Octal 273 11 71 0 137 106 33 530 133 46
Binary 10111011 1001 111001 0 1011111 1000110 11011 101011000 1011011 100110

Color Harmonies of #BB0939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0939

Black with #BB0939

Text Example


Text Example

White with #BB0939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0939; }

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

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

background-color css

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

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

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

border-color css

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

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

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