Html Css Color HEX #B02C38 Brick Red

📋 copy color: '#B02C38'

red 176 ◦ green 44 ◦ blue 56

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

Shades of Brick Red #B02C38

Tints of Brick Red #B02C38

RGB

 RED value IS 176 (69.14% from 255) = 63.77%

 GREEN value IS 44 (17.58% from 255) = 15.94%

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

R = 63.77%
G = 15.94%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B02C38 (or 0xB02C38) is known color: Brick Red. HEX triplet: B0, 2C and 38. RGB value is (176,44,56). Sum of RGB (Red+Green+Blue) = 176+44+56=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02C38 is #4FD3C7. Grayscale: #545454. Windows color (decimal): -5231560 or 3681456. OLE color: 3681456.

HSL color Cylindrical-coordinate representation of color #B02C38: hue angle of 354.55º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B02C38 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 44 56 -
CMYK 0 0.75 0.68 0.31
HSL 354.55º 0.6% 0.43% -
HSV(B) 354.55º 0.75% 0.69% -
XYZ 19.52 11.32 4.9 -
YUV 84.84 111.73 193.02 -
System Red Green Blue C M Y K H S L
Decimal 176 44 56 0 0.75 0.68 0.31 354.55 0.6 0.43
Hex B0 2C 38 0 4B 44 1F 163 3C 2B
Octal 260 54 70 0 113 104 37 543 74 53
Binary 10110000 101100 111000 0 1001011 1000100 11111 101100011 111100 101011

Color Harmonies of #B02C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C38

Black with #B02C38

Text Example


Text Example

White with #B02C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C38; }

 p { color: rgb(176,44,56); }

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

background-color css

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

 a { background-color: rgb(176,44,56); }

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

border-color css

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

 span { border-color: rgb(176,44,56); }

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