Html Css Color HEX #BB433A Medium Carmine

📋 copy color: '#BB433A'

red 187 ◦ green 67 ◦ blue 58

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

Shades of Medium Carmine #BB433A

Tints of Medium Carmine #BB433A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.59%

R = 59.94%
G = 21.47%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB433A (or 0xBB433A) is known color: Medium Carmine. HEX triplet: BB, 43 and 3A. RGB value is (187,67,58). Sum of RGB (Red+Green+Blue) = 187+67+58=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB433A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB433A is #44BCC5. Grayscale: #666666. Windows color (decimal): -4504774 or 3818427. OLE color: 3818427.

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

Color convert

RGB 187 67 58 -
CMYK 0 0.64 0.69 0.27
HSL 4.19º 0.53% 0.48% -
HSV(B) 4.19º 0.69% 0.73% -
XYZ 23.26 14.88 5.65 -
YUV 101.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 187 67 58 0 0.64 0.69 0.27 4.19 0.53 0.48
Hex BB 43 3A 0 40 45 1B 4 35 30
Octal 273 103 72 0 100 105 33 4 65 60
Binary 10111011 1000011 111010 0 1000000 1000101 11011 100 110101 110000

Color Harmonies of #BB433A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB433A

Black with #BB433A

Text Example


Text Example

White with #BB433A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB433A; }

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

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

background-color css

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

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

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

border-color css

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

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

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