Html Css Color HEX #B9363C Brick Red

📋 copy color: '#B9363C'

red 185 ◦ green 54 ◦ blue 60

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

Shades of Brick Red #B9363C

Tints of Brick Red #B9363C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.07%

R = 61.87%
G = 18.06%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9363C (or 0xB9363C) is known color: Brick Red. HEX triplet: B9, 36 and 3C. RGB value is (185,54,60). Sum of RGB (Red+Green+Blue) = 185+54+60=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B9363C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9363C is #46C9C3. Grayscale: #5D5D5D. Windows color (decimal): -4639172 or 3946169. OLE color: 3946169.

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

Color convert

RGB 185 54 60 -
CMYK 0 0.71 0.68 0.27
HSL 357.25º 0.55% 0.47% -
HSV(B) 357.25º 0.71% 0.73% -
XYZ 22.14 13.28 5.67 -
YUV 93.85 108.9 193.01 -
System Red Green Blue C M Y K H S L
Decimal 185 54 60 0 0.71 0.68 0.27 357.25 0.55 0.47
Hex B9 36 3C 0 47 44 1B 165 37 2F
Octal 271 66 74 0 107 104 33 545 67 57
Binary 10111001 110110 111100 0 1000111 1000100 11011 101100101 110111 101111

Color Harmonies of #B9363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9363C

Black with #B9363C

Text Example


Text Example

White with #B9363C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9363C; }

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

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

background-color css

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

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

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

border-color css

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

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

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