Html Css Color HEX #BB3A30 Medium Carmine

📋 copy color: '#BB3A30'

red 187 ◦ green 58 ◦ blue 48

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

Shades of Medium Carmine #BB3A30

Tints of Medium Carmine #BB3A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.38%

R = 63.82%
G = 19.8%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB3A30 (or 0xBB3A30) is known color: Medium Carmine. HEX triplet: BB, 3A and 30. RGB value is (187,58,48). Sum of RGB (Red+Green+Blue) = 187+58+48=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3A30 is #44C5CF. Grayscale: #5F5F5F. Windows color (decimal): -4507088 or 3160763. OLE color: 3160763.

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

Color convert

RGB 187 58 48 -
CMYK 0 0.69 0.74 0.27
HSL 4.32º 0.59% 0.46% -
HSV(B) 4.32º 0.74% 0.73% -
XYZ 22.54 13.8 4.27 -
YUV 95.43 101.24 193.31 -
System Red Green Blue C M Y K H S L
Decimal 187 58 48 0 0.69 0.74 0.27 4.32 0.59 0.46
Hex BB 3A 30 0 45 4A 1B 4 3B 2E
Octal 273 72 60 0 105 112 33 4 73 56
Binary 10111011 111010 110000 0 1000101 1001010 11011 100 111011 101110

Color Harmonies of #BB3A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3A30

Black with #BB3A30

Text Example


Text Example

White with #BB3A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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