Html Css Color HEX #B9363E Brick Red

📋 copy color: '#B9363E'

red 185 ◦ green 54 ◦ blue 62

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

Shades of Brick Red #B9363E

Tints of Brick Red #B9363E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.6%

R = 61.46%
G = 17.94%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9363E (or 0xB9363E) is known color: Brick Red. HEX triplet: B9, 36 and 3E. RGB value is (185,54,62). Sum of RGB (Red+Green+Blue) = 185+54+62=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B9363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9363E is #46C9C1. Grayscale: #5E5E5E. Windows color (decimal): -4639170 or 4077241. OLE color: 4077241.

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

Color convert

RGB 185 54 62 -
CMYK 0 0.71 0.66 0.27
HSL 356.34º 0.55% 0.47% -
HSV(B) 356.34º 0.71% 0.73% -
XYZ 22.2 13.3 5.95 -
YUV 94.08 109.9 192.85 -
System Red Green Blue C M Y K H S L
Decimal 185 54 62 0 0.71 0.66 0.27 356.34 0.55 0.47
Hex B9 36 3E 0 47 42 1B 164 37 2F
Octal 271 66 76 0 107 102 33 544 67 57
Binary 10111001 110110 111110 0 1000111 1000010 11011 101100100 110111 101111

Color Harmonies of #B9363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9363E

Black with #B9363E

Text Example


Text Example

White with #B9363E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9363E; }

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

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

background-color css

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

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

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

border-color css

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

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

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