Html Css Color HEX #BB3824 Medium Carmine

📋 copy color: '#BB3824'

red 187 ◦ green 56 ◦ blue 36

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

Shades of Medium Carmine #BB3824

Tints of Medium Carmine #BB3824

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.07%

 BLUE value IS 36 (14.45% from 255) = 12.9%

R = 67.03%
G = 20.07%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB3824 (or 0xBB3824) is known color: Medium Carmine. HEX triplet: BB, 38 and 24. RGB value is (187,56,36). Sum of RGB (Red+Green+Blue) = 187+56+36=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3824 is #44C7DB. Grayscale: #5D5D5D. Windows color (decimal): -4507612 or 2373819. OLE color: 2373819.

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

Color convert

RGB 187 56 36 -
CMYK 0 0.70 0.81 0.27
HSL 7.95º 0.68% 0.44% -
HSV(B) 7.95º 0.81% 0.73% -
XYZ 22.23 13.52 3.11 -
YUV 92.89 95.9 195.13 -
System Red Green Blue C M Y K H S L
Decimal 187 56 36 0 0.70 0.81 0.27 7.95 0.68 0.44
Hex BB 38 24 0 46 51 1B 8 44 2C
Octal 273 70 44 0 106 121 33 10 104 54
Binary 10111011 111000 100100 0 1000110 1010001 11011 1000 1000100 101100

Color Harmonies of #BB3824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3824

Black with #BB3824

Text Example


Text Example

White with #BB3824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3824; }

 p { color: rgb(187,56,36); }

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

background-color css

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

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

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

border-color css

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

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

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