Html Css Color HEX #B93B44 Brick Red

📋 copy color: '#B93B44'

red 185 ◦ green 59 ◦ blue 68

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

Shades of Brick Red #B93B44

Tints of Brick Red #B93B44

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.91%

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

R = 59.29%
G = 18.91%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B93B44 (or 0xB93B44) is known color: Brick Red. HEX triplet: B9, 3B and 44. RGB value is (185,59,68). Sum of RGB (Red+Green+Blue) = 185+59+68=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93B44 is #46C4BB. Grayscale: #616161. Windows color (decimal): -4637884 or 4471737. OLE color: 4471737.

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

Color convert

RGB 185 59 68 -
CMYK 0 0.68 0.63 0.27
HSL 355.71º 0.52% 0.48% -
HSV(B) 355.71º 0.68% 0.73% -
XYZ 22.61 13.86 6.95 -
YUV 97.7 111.24 190.27 -
System Red Green Blue C M Y K H S L
Decimal 185 59 68 0 0.68 0.63 0.27 355.71 0.52 0.48
Hex B9 3B 44 0 44 3F 1B 164 34 30
Octal 271 73 104 0 104 77 33 544 64 60
Binary 10111001 111011 1000100 0 1000100 111111 11011 101100100 110100 110000

Color Harmonies of #B93B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B44

Black with #B93B44

Text Example


Text Example

White with #B93B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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