Html Css Color HEX #BB3635 Medium Carmine

📋 copy color: '#BB3635'

red 187 ◦ green 54 ◦ blue 53

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

Shades of Medium Carmine #BB3635

Tints of Medium Carmine #BB3635

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.37%

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

R = 63.61%
G = 18.37%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB3635 (or 0xBB3635) is known color: Medium Carmine. HEX triplet: BB, 36 and 35. RGB value is (187,54,53). Sum of RGB (Red+Green+Blue) = 187+54+53=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3635 is #44C9CA. Grayscale: #5D5D5D. Windows color (decimal): -4508107 or 3487419. OLE color: 3487419.

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

Color convert

RGB 187 54 53 -
CMYK 0 0.71 0.72 0.27
HSL 0.45º 0.56% 0.47% -
HSV(B) 0.45º 0.72% 0.73% -
XYZ 22.46 13.46 4.78 -
YUV 93.65 105.06 194.58 -
System Red Green Blue C M Y K H S L
Decimal 187 54 53 0 0.71 0.72 0.27 0.45 0.56 0.47
Hex BB 36 35 0 47 48 1B 0 38 2F
Octal 273 66 65 0 107 110 33 0 70 57
Binary 10111011 110110 110101 0 1000111 1001000 11011 0 111000 101111

Color Harmonies of #BB3635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3635

Black with #BB3635

Text Example


Text Example

White with #BB3635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3635; }

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

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

background-color css

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

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

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

border-color css

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

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

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