Html Css Color HEX #B33D3A Medium Carmine

📋 copy color: '#B33D3A'

red 179 ◦ green 61 ◦ blue 58

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

Shades of Medium Carmine #B33D3A

Tints of Medium Carmine #B33D3A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.47%

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

R = 60.07%
G = 20.47%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B33D3A (or 0xB33D3A) is known color: Medium Carmine. HEX triplet: B3, 3D and 3A. RGB value is (179,61,58). Sum of RGB (Red+Green+Blue) = 179+61+58=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33D3A is #4CC2C5. Grayscale: #606060. Windows color (decimal): -5030598 or 3816883. OLE color: 3816883.

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

Color convert

RGB 179 61 58 -
CMYK 0 0.66 0.68 0.30
HSL 1.49º 0.51% 0.46% -
HSV(B) 1.49º 0.68% 0.7% -
XYZ 21.02 13.23 5.45 -
YUV 95.94 106.59 187.24 -
System Red Green Blue C M Y K H S L
Decimal 179 61 58 0 0.66 0.68 0.30 1.49 0.51 0.46
Hex B3 3D 3A 0 42 44 1E 1 33 2E
Octal 263 75 72 0 102 104 36 1 63 56
Binary 10110011 111101 111010 0 1000010 1000100 11110 1 110011 101110

Color Harmonies of #B33D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33D3A

Black with #B33D3A

Text Example


Text Example

White with #B33D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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