Html Css Color HEX #BB433D Medium Carmine

📋 copy color: '#BB433D'

red 187 ◦ green 67 ◦ blue 61

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

Shades of Medium Carmine #BB433D

Tints of Medium Carmine #BB433D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.37%

R = 59.37%
G = 21.27%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB433D (or 0xBB433D) is known color: Medium Carmine. HEX triplet: BB, 43 and 3D. RGB value is (187,67,61). Sum of RGB (Red+Green+Blue) = 187+67+61=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB433D is #44BCC2. Grayscale: #666666. Windows color (decimal): -4504771 or 4015035. OLE color: 4015035.

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

Color convert

RGB 187 67 61 -
CMYK 0 0.64 0.67 0.27
HSL 2.86º 0.51% 0.49% -
HSV(B) 2.86º 0.67% 0.73% -
XYZ 23.34 14.92 6.06 -
YUV 102.2 104.76 188.49 -
System Red Green Blue C M Y K H S L
Decimal 187 67 61 0 0.64 0.67 0.27 2.86 0.51 0.49
Hex BB 43 3D 0 40 43 1B 3 33 31
Octal 273 103 75 0 100 103 33 3 63 61
Binary 10111011 1000011 111101 0 1000000 1000011 11011 11 110011 110001

Color Harmonies of #BB433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB433D

Black with #BB433D

Text Example


Text Example

White with #BB433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB433D; }

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

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

background-color css

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

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

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

border-color css

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

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

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