Html Css Color HEX #B93E42 Brick Red

📋 copy color: '#B93E42'

red 185 ◦ green 62 ◦ blue 66

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

Shades of Brick Red #B93E42

Tints of Brick Red #B93E42

RGB

 RED value IS 185 (72.66% from 255) = 59.11%

 GREEN value IS 62 (24.61% from 255) = 19.81%

 BLUE value IS 66 (26.17% from 255) = 21.09%

R = 59.11%
G = 19.81%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B93E42 (or 0xB93E42) is known color: Brick Red. HEX triplet: B9, 3E and 42. RGB value is (185,62,66). Sum of RGB (Red+Green+Blue) = 185+62+66=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93E42 is #46C1BD. Grayscale: #636363. Windows color (decimal): -4637118 or 4341433. OLE color: 4341433.

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

Color convert

RGB 185 62 66 -
CMYK 0 0.66 0.64 0.27
HSL 358.05º 0.5% 0.48% -
HSV(B) 358.05º 0.66% 0.73% -
XYZ 22.71 14.15 6.69 -
YUV 99.23 109.25 189.17 -
System Red Green Blue C M Y K H S L
Decimal 185 62 66 0 0.66 0.64 0.27 358.05 0.5 0.48
Hex B9 3E 42 0 42 40 1B 166 32 30
Octal 271 76 102 0 102 100 33 546 62 60
Binary 10111001 111110 1000010 0 1000010 1000000 11011 101100110 110010 110000

Color Harmonies of #B93E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93E42

Black with #B93E42

Text Example


Text Example

White with #B93E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93E42; }

 p { color: rgb(185,62,66); }

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

background-color css

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

 a { background-color: rgb(185,62,66); }

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

border-color css

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

 span { border-color: rgb(185,62,66); }

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