Html Css Color HEX #C62B3B Brick Red

📋 copy color: '#C62B3B'

red 198 ◦ green 43 ◦ blue 59

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

Shades of Brick Red #C62B3B

Tints of Brick Red #C62B3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.67%

R = 66%
G = 14.33%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C62B3B (or 0xC62B3B) is known color: Brick Red. HEX triplet: C6, 2B and 3B. RGB value is (198,43,59). Sum of RGB (Red+Green+Blue) = 198+43+59=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C62B3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62B3B is #39D4C4. Grayscale: #5B5B5B. Windows color (decimal): -3790021 or 3877830. OLE color: 3877830.

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

Color convert

RGB 198 43 59 -
CMYK 0 0.78 0.70 0.22
HSL 353.81º 0.64% 0.47% -
HSV(B) 353.81º 0.78% 0.78% -
XYZ 24.94 14.05 5.53 -
YUV 91.17 109.85 204.2 -
System Red Green Blue C M Y K H S L
Decimal 198 43 59 0 0.78 0.70 0.22 353.81 0.64 0.47
Hex C6 2B 3B 0 4E 46 16 162 40 2F
Octal 306 53 73 0 116 106 26 542 100 57
Binary 11000110 101011 111011 0 1001110 1000110 10110 101100010 1000000 101111

Color Harmonies of #C62B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62B3B

Black with #C62B3B

Text Example


Text Example

White with #C62B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62B3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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