Html Css Color HEX #B93038 Brick Red

📋 copy color: '#B93038'

red 185 ◦ green 48 ◦ blue 56

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

Shades of Brick Red #B93038

Tints of Brick Red #B93038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.38%

R = 64.01%
G = 16.61%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B93038 (or 0xB93038) is known color: Brick Red. HEX triplet: B9, 30 and 38. RGB value is (185,48,56). Sum of RGB (Red+Green+Blue) = 185+48+56=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B93038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93038 is #46CFC7. Grayscale: #595959. Windows color (decimal): -4640712 or 3682489. OLE color: 3682489.

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

Color convert

RGB 185 48 56 -
CMYK 0 0.74 0.70 0.27
HSL 356.5º 0.59% 0.46% -
HSV(B) 356.5º 0.74% 0.73% -
XYZ 21.78 12.71 5.05 -
YUV 89.88 108.89 195.85 -
System Red Green Blue C M Y K H S L
Decimal 185 48 56 0 0.74 0.70 0.27 356.5 0.59 0.46
Hex B9 30 38 0 4A 46 1B 164 3B 2E
Octal 271 60 70 0 112 106 33 544 73 56
Binary 10111001 110000 111000 0 1001010 1000110 11011 101100100 111011 101110

Color Harmonies of #B93038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93038

Black with #B93038

Text Example


Text Example

White with #B93038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93038; }

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

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

background-color css

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

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

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

border-color css

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

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

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