Html Css Color HEX #B3433D Medium Carmine

📋 copy color: '#B3433D'

red 179 ◦ green 67 ◦ blue 61

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

Shades of Medium Carmine #B3433D

Tints of Medium Carmine #B3433D

RGB

 RED value IS 179 (70.31% from 255) = 58.31%

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

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

R = 58.31%
G = 21.82%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3433D (or 0xB3433D) is known color: Medium Carmine. HEX triplet: B3, 43 and 3D. RGB value is (179,67,61). Sum of RGB (Red+Green+Blue) = 179+67+61=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B3433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3433D is #4CBCC2. Grayscale: #636363. Windows color (decimal): -5029059 or 4015027. OLE color: 4015027.

HSL color Cylindrical-coordinate representation of color #B3433D: hue angle of 3.05º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3433D is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 67 61 -
CMYK 0 0.63 0.66 0.30
HSL 3.05º 0.49% 0.47% -
HSV(B) 3.05º 0.66% 0.7% -
XYZ 21.44 13.93 5.97 -
YUV 99.8 106.11 184.49 -
System Red Green Blue C M Y K H S L
Decimal 179 67 61 0 0.63 0.66 0.30 3.05 0.49 0.47
Hex B3 43 3D 0 3F 42 1E 3 31 2F
Octal 263 103 75 0 77 102 36 3 61 57
Binary 10110011 1000011 111101 0 111111 1000010 11110 11 110001 101111

Color Harmonies of #B3433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3433D

Black with #B3433D

Text Example


Text Example

White with #B3433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3433D; }

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

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

background-color css

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

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

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

border-color css

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

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

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