Html Css Color HEX #BB0935 Cardinal

📋 copy color: '#BB0935'

red 187 ◦ green 9 ◦ blue 53

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

Shades of Cardinal #BB0935

Tints of Cardinal #BB0935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.29%

R = 75.1%
G = 3.61%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB0935 (or 0xBB0935) is known color: Cardinal. HEX triplet: BB, 09 and 35. RGB value is (187,9,53). Sum of RGB (Red+Green+Blue) = 187+9+53=249 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.10% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0935 is #44F6CA. Grayscale: #434343. Windows color (decimal): -4519627 or 3475899. OLE color: 3475899.

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

Color convert

RGB 187 9 53 -
CMYK 0 0.95 0.72 0.27
HSL 345.17º 0.91% 0.38% -
HSV(B) 345.17º 0.95% 0.73% -
XYZ 21.23 11.02 4.38 -
YUV 67.24 119.97 213.42 -
System Red Green Blue C M Y K H S L
Decimal 187 9 53 0 0.95 0.72 0.27 345.17 0.91 0.38
Hex BB 9 35 0 5F 48 1B 159 5B 26
Octal 273 11 65 0 137 110 33 531 133 46
Binary 10111011 1001 110101 0 1011111 1001000 11011 101011001 1011011 100110

Color Harmonies of #BB0935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0935

Black with #BB0935

Text Example


Text Example

White with #BB0935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0935; }

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

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

background-color css

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

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

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

border-color css

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

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

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