Html Css Color HEX #B93944 Brick Red

📋 copy color: '#B93944'

red 185 ◦ green 57 ◦ blue 68

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

Shades of Brick Red #B93944

Tints of Brick Red #B93944

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.39%

 BLUE value IS 68 (26.95% from 255) = 21.94%

R = 59.68%
G = 18.39%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B93944 (or 0xB93944) is known color: Brick Red. HEX triplet: B9, 39 and 44. RGB value is (185,57,68). Sum of RGB (Red+Green+Blue) = 185+57+68=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B93944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93944 is #46C6BB. Grayscale: #606060. Windows color (decimal): -4638396 or 4471225. OLE color: 4471225.

HSL color Cylindrical-coordinate representation of color #B93944: hue angle of 354.84º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B93944 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 57 68 -
CMYK 0 0.69 0.63 0.27
HSL 354.84º 0.53% 0.47% -
HSV(B) 354.84º 0.69% 0.73% -
XYZ 22.51 13.66 6.92 -
YUV 96.53 111.91 191.11 -
System Red Green Blue C M Y K H S L
Decimal 185 57 68 0 0.69 0.63 0.27 354.84 0.53 0.47
Hex B9 39 44 0 45 3F 1B 163 35 2F
Octal 271 71 104 0 105 77 33 543 65 57
Binary 10111001 111001 1000100 0 1000101 111111 11011 101100011 110101 101111

Color Harmonies of #B93944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93944

Black with #B93944

Text Example


Text Example

White with #B93944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93944; }

 p { color: rgb(185,57,68); }

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

background-color css

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

 a { background-color: rgb(185,57,68); }

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

border-color css

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

 span { border-color: rgb(185,57,68); }

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