Html Css Color HEX #B93443 Brick Red

📋 copy color: '#B93443'

red 185 ◦ green 52 ◦ blue 67

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

Shades of Brick Red #B93443

Tints of Brick Red #B93443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.04%

R = 60.86%
G = 17.11%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B93443 (or 0xB93443) is known color: Brick Red. HEX triplet: B9, 34 and 43. RGB value is (185,52,67). Sum of RGB (Red+Green+Blue) = 185+52+67=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B93443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93443 is #46CBBC. Grayscale: #5D5D5D. Windows color (decimal): -4639677 or 4404409. OLE color: 4404409.

HSL color Cylindrical-coordinate representation of color #B93443: hue angle of 353.23º 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 #B93443 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 52 67 -
CMYK 0 0.72 0.64 0.27
HSL 353.23º 0.56% 0.46% -
HSV(B) 353.23º 0.72% 0.73% -
XYZ 22.25 13.18 6.68 -
YUV 93.48 113.06 193.28 -
System Red Green Blue C M Y K H S L
Decimal 185 52 67 0 0.72 0.64 0.27 353.23 0.56 0.46
Hex B9 34 43 0 48 40 1B 161 38 2E
Octal 271 64 103 0 110 100 33 541 70 56
Binary 10111001 110100 1000011 0 1001000 1000000 11011 101100001 111000 101110

Color Harmonies of #B93443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93443

Black with #B93443

Text Example


Text Example

White with #B93443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93443; }

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

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

background-color css

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

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

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

border-color css

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

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

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