Html Css Color HEX #BB3626 Medium Carmine

📋 copy color: '#BB3626'

red 187 ◦ green 54 ◦ blue 38

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

Shades of Medium Carmine #BB3626

Tints of Medium Carmine #BB3626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.62%

R = 67.03%
G = 19.35%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB3626 (or 0xBB3626) is known color: Medium Carmine. HEX triplet: BB, 36 and 26. RGB value is (187,54,38). Sum of RGB (Red+Green+Blue) = 187+54+38=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3626 is #44C9D9. Grayscale: #5C5C5C. Windows color (decimal): -4508122 or 2504379. OLE color: 2504379.

HSL color Cylindrical-coordinate representation of color #BB3626: hue angle of 6.44º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB3626 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 54 38 -
CMYK 0 0.71 0.80 0.27
HSL 6.44º 0.66% 0.44% -
HSV(B) 6.44º 0.8% 0.73% -
XYZ 22.16 13.34 3.24 -
YUV 91.94 97.56 195.8 -
System Red Green Blue C M Y K H S L
Decimal 187 54 38 0 0.71 0.80 0.27 6.44 0.66 0.44
Hex BB 36 26 0 47 50 1B 6 42 2C
Octal 273 66 46 0 107 120 33 6 102 54
Binary 10111011 110110 100110 0 1000111 1010000 11011 110 1000010 101100

Color Harmonies of #BB3626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3626

Black with #BB3626

Text Example


Text Example

White with #BB3626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3626; }

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

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

background-color css

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

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

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

border-color css

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

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

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