Html Css Color HEX #BB4028 Medium Carmine

📋 copy color: '#BB4028'

red 187 ◦ green 64 ◦ blue 40

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

Shades of Medium Carmine #BB4028

Tints of Medium Carmine #BB4028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.99%

 BLUE value IS 40 (16.02% from 255) = 13.75%

R = 64.26%
G = 21.99%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB4028 (or 0xBB4028) is known color: Medium Carmine. HEX triplet: BB, 40 and 28. RGB value is (187,64,40). Sum of RGB (Red+Green+Blue) = 187+64+40=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4028 is #44BFD7. Grayscale: #626262. Windows color (decimal): -4505560 or 2638011. OLE color: 2638011.

HSL color Cylindrical-coordinate representation of color #BB4028: hue angle of 9.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB4028 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 64 40 -
CMYK 0 0.66 0.79 0.27
HSL 9.8º 0.65% 0.45% -
HSV(B) 9.8º 0.79% 0.73% -
XYZ 22.71 14.38 3.59 -
YUV 98.04 95.25 191.45 -
System Red Green Blue C M Y K H S L
Decimal 187 64 40 0 0.66 0.79 0.27 9.8 0.65 0.45
Hex BB 40 28 0 42 4F 1B A 41 2D
Octal 273 100 50 0 102 117 33 12 101 55
Binary 10111011 1000000 101000 0 1000010 1001111 11011 1010 1000001 101101

Color Harmonies of #BB4028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4028

Black with #BB4028

Text Example


Text Example

White with #BB4028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4028; }

 p { color: rgb(187,64,40); }

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

background-color css

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

 a { background-color: rgb(187,64,40); }

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

border-color css

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

 span { border-color: rgb(187,64,40); }

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