Html Css Color HEX #B62B38 Brick Red

📋 copy color: '#B62B38'

red 182 ◦ green 43 ◦ blue 56

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

Shades of Brick Red #B62B38

Tints of Brick Red #B62B38

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.3%

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

R = 64.77%
G = 15.3%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B62B38 (or 0xB62B38) is known color: Brick Red. HEX triplet: B6, 2B and 38. RGB value is (182,43,56). Sum of RGB (Red+Green+Blue) = 182+43+56=281 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.77% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 182 - color contains mainly: red. Hex color #B62B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62B38 is #49D4C7. Grayscale: #565656. Windows color (decimal): -4838600 or 3681206. OLE color: 3681206.

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

Color convert

RGB 182 43 56 -
CMYK 0 0.76 0.69 0.29
HSL 354.39º 0.62% 0.44% -
HSV(B) 354.39º 0.76% 0.71% -
XYZ 20.87 11.96 4.95 -
YUV 86.04 111.05 196.44 -
System Red Green Blue C M Y K H S L
Decimal 182 43 56 0 0.76 0.69 0.29 354.39 0.62 0.44
Hex B6 2B 38 0 4C 45 1D 162 3E 2C
Octal 266 53 70 0 114 105 35 542 76 54
Binary 10110110 101011 111000 0 1001100 1000101 11101 101100010 111110 101100

Color Harmonies of #B62B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62B38

Black with #B62B38

Text Example


Text Example

White with #B62B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62B38; }

 p { color: rgb(182,43,56); }

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

background-color css

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

 a { background-color: rgb(182,43,56); }

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

border-color css

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

 span { border-color: rgb(182,43,56); }

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