Html Css Color HEX #B93641 Brick Red

📋 copy color: '#B93641'

red 185 ◦ green 54 ◦ blue 65

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

Shades of Brick Red #B93641

Tints of Brick Red #B93641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.76%

 BLUE value IS 65 (25.78% from 255) = 21.38%

R = 60.86%
G = 17.76%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B93641 (or 0xB93641) is known color: Brick Red. HEX triplet: B9, 36 and 41. RGB value is (185,54,65). Sum of RGB (Red+Green+Blue) = 185+54+65=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B93641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93641 is #46C9BE. Grayscale: #5E5E5E. Windows color (decimal): -4639167 or 4273849. OLE color: 4273849.

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

Color convert

RGB 185 54 65 -
CMYK 0 0.71 0.65 0.27
HSL 354.96º 0.55% 0.47% -
HSV(B) 354.96º 0.71% 0.73% -
XYZ 22.28 13.33 6.4 -
YUV 94.42 111.4 192.61 -
System Red Green Blue C M Y K H S L
Decimal 185 54 65 0 0.71 0.65 0.27 354.96 0.55 0.47
Hex B9 36 41 0 47 41 1B 163 37 2F
Octal 271 66 101 0 107 101 33 543 67 57
Binary 10111001 110110 1000001 0 1000111 1000001 11011 101100011 110111 101111

Color Harmonies of #B93641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93641

Black with #B93641

Text Example


Text Example

White with #B93641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93641; }

 p { color: rgb(185,54,65); }

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

background-color css

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

 a { background-color: rgb(185,54,65); }

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

border-color css

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

 span { border-color: rgb(185,54,65); }

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