Html Css Color HEX #B93742 Brick Red

📋 copy color: '#B93742'

red 185 ◦ green 55 ◦ blue 66

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

Shades of Brick Red #B93742

Tints of Brick Red #B93742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.97%

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

R = 60.46%
G = 17.97%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B93742 (or 0xB93742) is known color: Brick Red. HEX triplet: B9, 37 and 42. RGB value is (185,55,66). Sum of RGB (Red+Green+Blue) = 185+55+66=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B93742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93742 is #46C8BD. Grayscale: #5F5F5F. Windows color (decimal): -4638910 or 4339641. OLE color: 4339641.

HSL color Cylindrical-coordinate representation of color #B93742: hue angle of 354.92º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93742 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 55 66 -
CMYK 0 0.70 0.64 0.27
HSL 354.92º 0.54% 0.47% -
HSV(B) 354.92º 0.7% 0.73% -
XYZ 22.36 13.44 6.57 -
YUV 95.12 111.57 192.11 -
System Red Green Blue C M Y K H S L
Decimal 185 55 66 0 0.70 0.64 0.27 354.92 0.54 0.47
Hex B9 37 42 0 46 40 1B 163 36 2F
Octal 271 67 102 0 106 100 33 543 66 57
Binary 10111001 110111 1000010 0 1000110 1000000 11011 101100011 110110 101111

Color Harmonies of #B93742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93742

Black with #B93742

Text Example


Text Example

White with #B93742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93742; }

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

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

background-color css

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

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

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

border-color css

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

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

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