Html Css Color HEX #BB3A24 Medium Carmine

📋 copy color: '#BB3A24'

red 187 ◦ green 58 ◦ blue 36

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

Shades of Medium Carmine #BB3A24

Tints of Medium Carmine #BB3A24

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.64%

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

R = 66.55%
G = 20.64%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB3A24 (or 0xBB3A24) is known color: Medium Carmine. HEX triplet: BB, 3A and 24. RGB value is (187,58,36). Sum of RGB (Red+Green+Blue) = 187+58+36=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3A24 is #44C5DB. Grayscale: #5E5E5E. Windows color (decimal): -4507100 or 2374331. OLE color: 2374331.

HSL color Cylindrical-coordinate representation of color #BB3A24: hue angle of 8.74º 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 #BB3A24 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 58 36 -
CMYK 0 0.69 0.81 0.27
HSL 8.74º 0.68% 0.44% -
HSV(B) 8.74º 0.81% 0.73% -
XYZ 22.33 13.72 3.14 -
YUV 94.06 95.24 194.29 -
System Red Green Blue C M Y K H S L
Decimal 187 58 36 0 0.69 0.81 0.27 8.74 0.68 0.44
Hex BB 3A 24 0 45 51 1B 9 44 2C
Octal 273 72 44 0 105 121 33 11 104 54
Binary 10111011 111010 100100 0 1000101 1010001 11011 1001 1000100 101100

Color Harmonies of #BB3A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3A24

Black with #BB3A24

Text Example


Text Example

White with #BB3A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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