Html Css Color HEX #BB4236 Medium Carmine

📋 copy color: '#BB4236'

red 187 ◦ green 66 ◦ blue 54

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

Shades of Medium Carmine #BB4236

Tints of Medium Carmine #BB4236

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.5%

 BLUE value IS 54 (21.48% from 255) = 17.59%

R = 60.91%
G = 21.5%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB4236 (or 0xBB4236) is known color: Medium Carmine. HEX triplet: BB, 42 and 36. RGB value is (187,66,54). Sum of RGB (Red+Green+Blue) = 187+66+54=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4236 is #44BDC9. Grayscale: #646464. Windows color (decimal): -4505034 or 3556027. OLE color: 3556027.

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

Color convert

RGB 187 66 54 -
CMYK 0 0.65 0.71 0.27
HSL 5.41º 0.55% 0.47% -
HSV(B) 5.41º 0.71% 0.73% -
XYZ 23.11 14.73 5.11 -
YUV 100.81 101.59 189.48 -
System Red Green Blue C M Y K H S L
Decimal 187 66 54 0 0.65 0.71 0.27 5.41 0.55 0.47
Hex BB 42 36 0 41 47 1B 5 37 2F
Octal 273 102 66 0 101 107 33 5 67 57
Binary 10111011 1000010 110110 0 1000001 1000111 11011 101 110111 101111

Color Harmonies of #BB4236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4236

Black with #BB4236

Text Example


Text Example

White with #BB4236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4236; }

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

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

background-color css

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

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

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

border-color css

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

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

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