Html Css Color HEX #B9303A Brick Red

📋 copy color: '#B9303A'

red 185 ◦ green 48 ◦ blue 58

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

Shades of Brick Red #B9303A

Tints of Brick Red #B9303A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.49%

 BLUE value IS 58 (23.05% from 255) = 19.93%

R = 63.57%
G = 16.49%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9303A (or 0xB9303A) is known color: Brick Red. HEX triplet: B9, 30 and 3A. RGB value is (185,48,58). Sum of RGB (Red+Green+Blue) = 185+48+58=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B9303A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9303A is #46CFC5. Grayscale: #5A5A5A. Windows color (decimal): -4640710 or 3813561. OLE color: 3813561.

HSL color Cylindrical-coordinate representation of color #B9303A: hue angle of 355.62º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9303A is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 48 58 -
CMYK 0 0.74 0.69 0.27
HSL 355.62º 0.59% 0.46% -
HSV(B) 355.62º 0.74% 0.73% -
XYZ 21.83 12.73 5.31 -
YUV 90.1 109.89 195.69 -
System Red Green Blue C M Y K H S L
Decimal 185 48 58 0 0.74 0.69 0.27 355.62 0.59 0.46
Hex B9 30 3A 0 4A 45 1B 164 3B 2E
Octal 271 60 72 0 112 105 33 544 73 56
Binary 10111001 110000 111010 0 1001010 1000101 11011 101100100 111011 101110

Color Harmonies of #B9303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9303A

Black with #B9303A

Text Example


Text Example

White with #B9303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9303A; }

 p { color: rgb(185,48,58); }

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

background-color css

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

 a { background-color: rgb(185,48,58); }

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

border-color css

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

 span { border-color: rgb(185,48,58); }

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