Html Css Color HEX #B63140 Brick Red

📋 copy color: '#B63140'

red 182 ◦ green 49 ◦ blue 64

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

Shades of Brick Red #B63140

Tints of Brick Red #B63140

RGB

 RED value IS 182 (71.48% from 255) = 61.69%

 GREEN value IS 49 (19.53% from 255) = 16.61%

 BLUE value IS 64 (25.39% from 255) = 21.69%

R = 61.69%
G = 16.61%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B63140 (or 0xB63140) is known color: Brick Red. HEX triplet: B6, 31 and 40. RGB value is (182,49,64). Sum of RGB (Red+Green+Blue) = 182+49+64=295 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.69% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 182 - color contains mainly: red. Hex color #B63140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63140 is #49CEBF. Grayscale: #5A5A5A. Windows color (decimal): -4837056 or 4207030. OLE color: 4207030.

HSL color Cylindrical-coordinate representation of color #B63140: hue angle of 353.23º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63140 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 49 64 -
CMYK 0 0.73 0.65 0.29
HSL 353.23º 0.58% 0.45% -
HSV(B) 353.23º 0.73% 0.71% -
XYZ 21.32 12.51 6.14 -
YUV 90.48 113.06 193.28 -
System Red Green Blue C M Y K H S L
Decimal 182 49 64 0 0.73 0.65 0.29 353.23 0.58 0.45
Hex B6 31 40 0 49 41 1D 161 3A 2D
Octal 266 61 100 0 111 101 35 541 72 55
Binary 10110110 110001 1000000 0 1001001 1000001 11101 101100001 111010 101101

Color Harmonies of #B63140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63140

Black with #B63140

Text Example


Text Example

White with #B63140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63140; }

 p { color: rgb(182,49,64); }

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

background-color css

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

 a { background-color: rgb(182,49,64); }

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

border-color css

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

 span { border-color: rgb(182,49,64); }

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