Html Css Color HEX #C62B42 Brick Red

📋 copy color: '#C62B42'

red 198 ◦ green 43 ◦ blue 66

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

Shades of Brick Red #C62B42

Tints of Brick Red #C62B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.5%

R = 64.5%
G = 14.01%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C62B42 (or 0xC62B42) is known color: Brick Red. HEX triplet: C6, 2B and 42. RGB value is (198,43,66). Sum of RGB (Red+Green+Blue) = 198+43+66=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C62B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62B42 is #39D4BD. Grayscale: #5C5C5C. Windows color (decimal): -3790014 or 4336582. OLE color: 4336582.

HSL color Cylindrical-coordinate representation of color #C62B42: hue angle of 351.1º 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 #C62B42 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 43 66 -
CMYK 0 0.78 0.67 0.22
HSL 351.1º 0.64% 0.47% -
HSV(B) 351.1º 0.78% 0.78% -
XYZ 25.14 14.13 6.56 -
YUV 91.97 113.35 203.63 -
System Red Green Blue C M Y K H S L
Decimal 198 43 66 0 0.78 0.67 0.22 351.1 0.64 0.47
Hex C6 2B 42 0 4E 43 16 15F 40 2F
Octal 306 53 102 0 116 103 26 537 100 57
Binary 11000110 101011 1000010 0 1001110 1000011 10110 101011111 1000000 101111

Color Harmonies of #C62B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62B42

Black with #C62B42

Text Example


Text Example

White with #C62B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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