Html Css Color HEX #C62B48 Brick Red

📋 copy color: '#C62B48'

red 198 ◦ green 43 ◦ blue 72

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

Shades of Brick Red #C62B48

Tints of Brick Red #C62B48

RGB

 RED value IS 198 (77.73% from 255) = 63.26%

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

 BLUE value IS 72 (28.52% from 255) = 23%

R = 63.26%
G = 13.74%
B = 23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C62B48 (or 0xC62B48) is known color: Brick Red. HEX triplet: C6, 2B and 48. RGB value is (198,43,72). Sum of RGB (Red+Green+Blue) = 198+43+72=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C62B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62B48 is #39D4B7. Grayscale: #5C5C5C. Windows color (decimal): -3790008 or 4729798. OLE color: 4729798.

HSL color Cylindrical-coordinate representation of color #C62B48: hue angle of 348.77º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62B48 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 43 72 -
CMYK 0 0.78 0.64 0.22
HSL 348.77º 0.64% 0.47% -
HSV(B) 348.77º 0.78% 0.78% -
XYZ 25.32 14.2 7.54 -
YUV 92.65 116.35 203.14 -
System Red Green Blue C M Y K H S L
Decimal 198 43 72 0 0.78 0.64 0.22 348.77 0.64 0.47
Hex C6 2B 48 0 4E 40 16 15D 40 2F
Octal 306 53 110 0 116 100 26 535 100 57
Binary 11000110 101011 1001000 0 1001110 1000000 10110 101011101 1000000 101111

Color Harmonies of #C62B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62B48

Black with #C62B48

Text Example


Text Example

White with #C62B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62B48; }

 p { color: rgb(198,43,72); }

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

background-color css

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

 a { background-color: rgb(198,43,72); }

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

border-color css

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

 span { border-color: rgb(198,43,72); }

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