Html Css Color HEX #BB3E3E Medium Carmine

📋 copy color: '#BB3E3E'

red 187 ◦ green 62 ◦ blue 62

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

Shades of Medium Carmine #BB3E3E

Tints of Medium Carmine #BB3E3E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.94%

 BLUE value IS 62 (24.61% from 255) = 19.94%

R = 60.13%
G = 19.94%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB3E3E (or 0xBB3E3E) is known color: Medium Carmine. HEX triplet: BB, 3E and 3E. RGB value is (187,62,62). Sum of RGB (Red+Green+Blue) = 187+62+62=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3E3E is #44C1C1. Grayscale: #636363. Windows color (decimal): -4506050 or 4079291. OLE color: 4079291.

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

Color convert

RGB 187 62 62 -
CMYK 0 0.67 0.67 0.27
HSL 0.5% 0.49% -
HSV(B) 0.67% 0.73% -
XYZ 23.09 14.36 6.11 -
YUV 99.38 106.91 190.5 -
System Red Green Blue C M Y K H S L
Decimal 187 62 62 0 0.67 0.67 0.27 0 0.5 0.49
Hex BB 3E 3E 0 43 43 1B 0 32 31
Octal 273 76 76 0 103 103 33 0 62 61
Binary 10111011 111110 111110 0 1000011 1000011 11011 0 110010 110001

Color Harmonies of #BB3E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3E3E

Black with #BB3E3E

Text Example


Text Example

White with #BB3E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3E3E; }

 p { color: rgb(187,62,62); }

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

background-color css

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

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

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

border-color css

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

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

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