Html Css Color HEX #B2383F Brick Red

📋 copy color: '#B2383F'

red 178 ◦ green 56 ◦ blue 63

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

Shades of Brick Red #B2383F

Tints of Brick Red #B2383F

RGB

 RED value IS 178 (69.92% from 255) = 59.93%

 GREEN value IS 56 (22.27% from 255) = 18.86%

 BLUE value IS 63 (25% from 255) = 21.21%

R = 59.93%
G = 18.86%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2383F (or 0xB2383F) is known color: Brick Red. HEX triplet: B2, 38 and 3F. RGB value is (178,56,63). Sum of RGB (Red+Green+Blue) = 178+56+63=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B2383F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2383F is #4DC7C0. Grayscale: #5D5D5D. Windows color (decimal): -5097409 or 4143282. OLE color: 4143282.

HSL color Cylindrical-coordinate representation of color #B2383F: hue angle of 356.56º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2383F is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 56 63 -
CMYK 0 0.69 0.65 0.30
HSL 356.56º 0.52% 0.46% -
HSV(B) 356.56º 0.69% 0.7% -
XYZ 20.67 12.65 6.06 -
YUV 93.28 110.92 188.43 -
System Red Green Blue C M Y K H S L
Decimal 178 56 63 0 0.69 0.65 0.30 356.56 0.52 0.46
Hex B2 38 3F 0 45 41 1E 165 34 2E
Octal 262 70 77 0 105 101 36 545 64 56
Binary 10110010 111000 111111 0 1000101 1000001 11110 101100101 110100 101110

Color Harmonies of #B2383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2383F

Black with #B2383F

Text Example


Text Example

White with #B2383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2383F; }

 p { color: rgb(178,56,63); }

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

background-color css

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

 a { background-color: rgb(178,56,63); }

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

border-color css

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

 span { border-color: rgb(178,56,63); }

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