Html Css Color HEX #C62838 Brick Red

📋 copy color: '#C62838'

red 198 ◦ green 40 ◦ blue 56

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

Shades of Brick Red #C62838

Tints of Brick Red #C62838

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.61%

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

R = 67.35%
G = 13.61%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C62838 (or 0xC62838) is known color: Brick Red. HEX triplet: C6, 28 and 38. RGB value is (198,40,56). Sum of RGB (Red+Green+Blue) = 198+40+56=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C62838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62838 is #39D7C7. Grayscale: #595959. Windows color (decimal): -3790792 or 3680454. OLE color: 3680454.

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

Color convert

RGB 198 40 56 -
CMYK 0 0.80 0.72 0.22
HSL 353.92º 0.66% 0.47% -
HSV(B) 353.92º 0.8% 0.78% -
XYZ 24.76 13.81 5.1 -
YUV 89.07 109.35 205.7 -
System Red Green Blue C M Y K H S L
Decimal 198 40 56 0 0.80 0.72 0.22 353.92 0.66 0.47
Hex C6 28 38 0 50 48 16 162 42 2F
Octal 306 50 70 0 120 110 26 542 102 57
Binary 11000110 101000 111000 0 1010000 1001000 10110 101100010 1000010 101111

Color Harmonies of #C62838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62838

Black with #C62838

Text Example


Text Example

White with #C62838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62838; }

 p { color: rgb(198,40,56); }

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

background-color css

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

 a { background-color: rgb(198,40,56); }

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

border-color css

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

 span { border-color: rgb(198,40,56); }

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