Html Css Color HEX #B62940 Brick Red

📋 copy color: '#B62940'

red 182 ◦ green 41 ◦ blue 64

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

Shades of Brick Red #B62940

Tints of Brick Red #B62940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.29%

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

R = 63.41%
G = 14.29%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B62940 (or 0xB62940) is known color: Brick Red. HEX triplet: B6, 29 and 40. RGB value is (182,41,64). Sum of RGB (Red+Green+Blue) = 182+41+64=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B62940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62940 is #49D6BF. Grayscale: #555555. Windows color (decimal): -4839104 or 4204982. OLE color: 4204982.

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

Color convert

RGB 182 41 64 -
CMYK 0 0.77 0.65 0.29
HSL 350.21º 0.63% 0.44% -
HSV(B) 350.21º 0.77% 0.71% -
XYZ 21.01 11.9 6.04 -
YUV 85.78 115.71 196.63 -
System Red Green Blue C M Y K H S L
Decimal 182 41 64 0 0.77 0.65 0.29 350.21 0.63 0.44
Hex B6 29 40 0 4D 41 1D 15E 3F 2C
Octal 266 51 100 0 115 101 35 536 77 54
Binary 10110110 101001 1000000 0 1001101 1000001 11101 101011110 111111 101100

Color Harmonies of #B62940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62940

Black with #B62940

Text Example


Text Example

White with #B62940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62940; }

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

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

background-color css

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

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

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

border-color css

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

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

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