Html Css Color HEX #BB3928 Medium Carmine

📋 copy color: '#BB3928'

red 187 ◦ green 57 ◦ blue 40

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

Shades of Medium Carmine #BB3928

Tints of Medium Carmine #BB3928

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.07%

 BLUE value IS 40 (16.02% from 255) = 14.08%

R = 65.85%
G = 20.07%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB3928 (or 0xBB3928) is known color: Medium Carmine. HEX triplet: BB, 39 and 28. RGB value is (187,57,40). Sum of RGB (Red+Green+Blue) = 187+57+40=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3928 is #44C6D7. Grayscale: #5E5E5E. Windows color (decimal): -4507352 or 2636219. OLE color: 2636219.

HSL color Cylindrical-coordinate representation of color #BB3928: hue angle of 6.94º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB3928 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 57 40 -
CMYK 0 0.70 0.79 0.27
HSL 6.94º 0.65% 0.45% -
HSV(B) 6.94º 0.79% 0.73% -
XYZ 22.34 13.64 3.46 -
YUV 93.93 97.57 194.38 -
System Red Green Blue C M Y K H S L
Decimal 187 57 40 0 0.70 0.79 0.27 6.94 0.65 0.45
Hex BB 39 28 0 46 4F 1B 7 41 2D
Octal 273 71 50 0 106 117 33 7 101 55
Binary 10111011 111001 101000 0 1000110 1001111 11011 111 1000001 101101

Color Harmonies of #BB3928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3928

Black with #BB3928

Text Example


Text Example

White with #BB3928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3928; }

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

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

background-color css

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

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

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

border-color css

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

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

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