Html Css Color HEX #B62E37 Brick Red

📋 copy color: '#B62E37'

red 182 ◦ green 46 ◦ blue 55

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

Shades of Brick Red #B62E37

Tints of Brick Red #B62E37

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.25%

 BLUE value IS 55 (21.88% from 255) = 19.43%

R = 64.31%
G = 16.25%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B62E37 (or 0xB62E37) is known color: Brick Red. HEX triplet: B6, 2E and 37. RGB value is (182,46,55). Sum of RGB (Red+Green+Blue) = 182+46+55=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62E37 is #49D1C8. Grayscale: #575757. Windows color (decimal): -4837833 or 3616438. OLE color: 3616438.

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

Color convert

RGB 182 46 55 -
CMYK 0 0.75 0.70 0.29
HSL 356.03º 0.6% 0.45% -
HSV(B) 356.03º 0.75% 0.71% -
XYZ 20.96 12.17 4.86 -
YUV 87.69 109.56 195.27 -
System Red Green Blue C M Y K H S L
Decimal 182 46 55 0 0.75 0.70 0.29 356.03 0.6 0.45
Hex B6 2E 37 0 4B 46 1D 164 3C 2D
Octal 266 56 67 0 113 106 35 544 74 55
Binary 10110110 101110 110111 0 1001011 1000110 11101 101100100 111100 101101

Color Harmonies of #B62E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62E37

Black with #B62E37

Text Example


Text Example

White with #B62E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62E37; }

 p { color: rgb(182,46,55); }

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

background-color css

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

 a { background-color: rgb(182,46,55); }

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

border-color css

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

 span { border-color: rgb(182,46,55); }

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