Html Css Color HEX #B93643 Brick Red

📋 copy color: '#B93643'

red 185 ◦ green 54 ◦ blue 67

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

Shades of Brick Red #B93643

Tints of Brick Red #B93643

RGB

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

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

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

R = 60.46%
G = 17.65%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B93643 (or 0xB93643) is known color: Brick Red. HEX triplet: B9, 36 and 43. RGB value is (185,54,67). Sum of RGB (Red+Green+Blue) = 185+54+67=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B93643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93643 is #46C9BC. Grayscale: #5E5E5E. Windows color (decimal): -4639165 or 4404921. OLE color: 4404921.

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

Color convert

RGB 185 54 67 -
CMYK 0 0.71 0.64 0.27
HSL 354.05º 0.55% 0.47% -
HSV(B) 354.05º 0.71% 0.73% -
XYZ 22.34 13.36 6.71 -
YUV 94.65 112.4 192.44 -
System Red Green Blue C M Y K H S L
Decimal 185 54 67 0 0.71 0.64 0.27 354.05 0.55 0.47
Hex B9 36 43 0 47 40 1B 162 37 2F
Octal 271 66 103 0 107 100 33 542 67 57
Binary 10111001 110110 1000011 0 1000111 1000000 11011 101100010 110111 101111

Color Harmonies of #B93643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93643

Black with #B93643

Text Example


Text Example

White with #B93643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93643; }

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

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

background-color css

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

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

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

border-color css

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

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

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