Html Css Color HEX #B93441 Brick Red

📋 copy color: '#B93441'

red 185 ◦ green 52 ◦ blue 65

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

Shades of Brick Red #B93441

Tints of Brick Red #B93441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.22%

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

R = 61.26%
G = 17.22%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B93441 (or 0xB93441) is known color: Brick Red. HEX triplet: B9, 34 and 41. RGB value is (185,52,65). Sum of RGB (Red+Green+Blue) = 185+52+65=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B93441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93441 is #46CBBE. Grayscale: #5D5D5D. Windows color (decimal): -4639679 or 4273337. OLE color: 4273337.

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

Color convert

RGB 185 52 65 -
CMYK 0 0.72 0.65 0.27
HSL 354.14º 0.56% 0.46% -
HSV(B) 354.14º 0.72% 0.73% -
XYZ 22.19 13.15 6.37 -
YUV 93.25 112.06 193.44 -
System Red Green Blue C M Y K H S L
Decimal 185 52 65 0 0.72 0.65 0.27 354.14 0.56 0.46
Hex B9 34 41 0 48 41 1B 162 38 2E
Octal 271 64 101 0 110 101 33 542 70 56
Binary 10111001 110100 1000001 0 1001000 1000001 11011 101100010 111000 101110

Color Harmonies of #B93441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93441

Black with #B93441

Text Example


Text Example

White with #B93441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93441; }

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

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

background-color css

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

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

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

border-color css

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

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

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