Html Css Color HEX #B93C43 Brick Red

📋 copy color: '#B93C43'

red 185 ◦ green 60 ◦ blue 67

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

Shades of Brick Red #B93C43

Tints of Brick Red #B93C43

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.23%

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

R = 59.29%
G = 19.23%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B93C43 (or 0xB93C43) is known color: Brick Red. HEX triplet: B9, 3C and 43. RGB value is (185,60,67). Sum of RGB (Red+Green+Blue) = 185+60+67=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93C43 is #46C3BC. Grayscale: #626262. Windows color (decimal): -4637629 or 4406457. OLE color: 4406457.

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

Color convert

RGB 185 60 67 -
CMYK 0 0.68 0.64 0.27
HSL 356.64º 0.51% 0.48% -
HSV(B) 356.64º 0.68% 0.73% -
XYZ 22.64 13.95 6.81 -
YUV 98.17 110.41 189.93 -
System Red Green Blue C M Y K H S L
Decimal 185 60 67 0 0.68 0.64 0.27 356.64 0.51 0.48
Hex B9 3C 43 0 44 40 1B 165 33 30
Octal 271 74 103 0 104 100 33 545 63 60
Binary 10111001 111100 1000011 0 1000100 1000000 11011 101100101 110011 110000

Color Harmonies of #B93C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C43

Black with #B93C43

Text Example


Text Example

White with #B93C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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