Html Css Color HEX #BB4125 Medium Carmine

📋 copy color: '#BB4125'

red 187 ◦ green 65 ◦ blue 37

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

Shades of Medium Carmine #BB4125

Tints of Medium Carmine #BB4125

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.49%

 BLUE value IS 37 (14.84% from 255) = 12.8%

R = 64.71%
G = 22.49%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB4125 (or 0xBB4125) is known color: Medium Carmine. HEX triplet: BB, 41 and 25. RGB value is (187,65,37). Sum of RGB (Red+Green+Blue) = 187+65+37=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4125 is #44BEDA. Grayscale: #626262. Windows color (decimal): -4505307 or 2441659. OLE color: 2441659.

HSL color Cylindrical-coordinate representation of color #BB4125: hue angle of 11.2º degrees, saturation: 0.67, 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 #BB4125 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 65 37 -
CMYK 0 0.65 0.80 0.27
HSL 11.2º 0.67% 0.44% -
HSV(B) 11.2º 0.8% 0.73% -
XYZ 22.72 14.48 3.35 -
YUV 98.29 93.42 191.28 -
System Red Green Blue C M Y K H S L
Decimal 187 65 37 0 0.65 0.80 0.27 11.2 0.67 0.44
Hex BB 41 25 0 41 50 1B B 43 2C
Octal 273 101 45 0 101 120 33 13 103 54
Binary 10111011 1000001 100101 0 1000001 1010000 11011 1011 1000011 101100

Color Harmonies of #BB4125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4125

Black with #BB4125

Text Example


Text Example

White with #BB4125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4125; }

 p { color: rgb(187,65,37); }

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

background-color css

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

 a { background-color: rgb(187,65,37); }

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

border-color css

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

 span { border-color: rgb(187,65,37); }

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