Html Css Color HEX #B33A26 Medium Carmine

📋 copy color: '#B33A26'

red 179 ◦ green 58 ◦ blue 38

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

Shades of Medium Carmine #B33A26

Tints of Medium Carmine #B33A26

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.09%

 BLUE value IS 38 (15.23% from 255) = 13.82%

R = 65.09%
G = 21.09%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B33A26 (or 0xB33A26) is known color: Medium Carmine. HEX triplet: B3, 3A and 26. RGB value is (179,58,38). Sum of RGB (Red+Green+Blue) = 179+58+38=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33A26 is #4CC5D9. Grayscale: #5C5C5C. Windows color (decimal): -5031386 or 2505395. OLE color: 2505395.

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

Color convert

RGB 179 58 38 -
CMYK 0 0.68 0.79 0.30
HSL 8.51º 0.65% 0.43% -
HSV(B) 8.51º 0.79% 0.7% -
XYZ 20.45 12.75 3.22 -
YUV 91.9 97.59 190.13 -
System Red Green Blue C M Y K H S L
Decimal 179 58 38 0 0.68 0.79 0.30 8.51 0.65 0.43
Hex B3 3A 26 0 44 4F 1E 9 41 2B
Octal 263 72 46 0 104 117 36 11 101 53
Binary 10110011 111010 100110 0 1000100 1001111 11110 1001 1000001 101011

Color Harmonies of #B33A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33A26

Black with #B33A26

Text Example


Text Example

White with #B33A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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