Html Css Color HEX #BB433B Medium Carmine

📋 copy color: '#BB433B'

red 187 ◦ green 67 ◦ blue 59

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

Shades of Medium Carmine #BB433B

Tints of Medium Carmine #BB433B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.41%

 BLUE value IS 59 (23.44% from 255) = 18.85%

R = 59.74%
G = 21.41%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB433B (or 0xBB433B) is known color: Medium Carmine. HEX triplet: BB, 43 and 3B. RGB value is (187,67,59). Sum of RGB (Red+Green+Blue) = 187+67+59=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB433B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB433B is #44BCC4. Grayscale: #666666. Windows color (decimal): -4504773 or 3883963. OLE color: 3883963.

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

Color convert

RGB 187 67 59 -
CMYK 0 0.64 0.68 0.27
HSL 3.75º 0.52% 0.48% -
HSV(B) 3.75º 0.68% 0.73% -
XYZ 23.29 14.89 5.79 -
YUV 101.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 187 67 59 0 0.64 0.68 0.27 3.75 0.52 0.48
Hex BB 43 3B 0 40 44 1B 4 34 30
Octal 273 103 73 0 100 104 33 4 64 60
Binary 10111011 1000011 111011 0 1000000 1000100 11011 100 110100 110000

Color Harmonies of #BB433B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB433B

Black with #BB433B

Text Example


Text Example

White with #BB433B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB433B; }

 p { color: rgb(187,67,59); }

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

background-color css

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

 a { background-color: rgb(187,67,59); }

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

border-color css

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

 span { border-color: rgb(187,67,59); }

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