Html Css Color HEX #B93642 Brick Red

📋 copy color: '#B93642'

red 185 ◦ green 54 ◦ blue 66

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

Shades of Brick Red #B93642

Tints of Brick Red #B93642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.64%

R = 60.66%
G = 17.7%
B = 21.64%

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

#B93642 (or 0xB93642) is known color: Brick Red. HEX triplet: B9, 36 and 42. RGB value is (185,54,66). Sum of RGB (Red+Green+Blue) = 185+54+66=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B93642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93642 is #46C9BD. Grayscale: #5E5E5E. Windows color (decimal): -4639166 or 4339385. OLE color: 4339385.

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

Color convert

RGB 185 54 66 -
CMYK 0 0.71 0.64 0.27
HSL 354.5º 0.55% 0.47% -
HSV(B) 354.5º 0.71% 0.73% -
XYZ 22.31 13.35 6.55 -
YUV 94.54 111.9 192.52 -
System Red Green Blue C M Y K H S L
Decimal 185 54 66 0 0.71 0.64 0.27 354.5 0.55 0.47
Hex B9 36 42 0 47 40 1B 163 37 2F
Octal 271 66 102 0 107 100 33 543 67 57
Binary 10111001 110110 1000010 0 1000111 1000000 11011 101100011 110111 101111

Color Harmonies of #B93642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93642

Black with #B93642

Text Example


Text Example

White with #B93642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93642; }

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

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

background-color css

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

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

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

border-color css

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

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

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