Html Css Color HEX #CA313E Brick Red

📋 copy color: '#CA313E'

red 202 ◦ green 49 ◦ blue 62

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

Shades of Brick Red #CA313E

Tints of Brick Red #CA313E

RGB

 RED value IS 202 (79.3% from 255) = 64.54%

 GREEN value IS 49 (19.53% from 255) = 15.65%

 BLUE value IS 62 (24.61% from 255) = 19.81%

R = 64.54%
G = 15.65%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA313E (or 0xCA313E) is known color: Brick Red. HEX triplet: CA, 31 and 3E. RGB value is (202,49,62). Sum of RGB (Red+Green+Blue) = 202+49+62=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA313E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA313E is #35CEC1. Grayscale: #606060. Windows color (decimal): -3526338 or 4075978. OLE color: 4075978.

HSL color Cylindrical-coordinate representation of color #CA313E: hue angle of 354.9º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA313E is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 49 62 -
CMYK 0 0.76 0.69 0.21
HSL 354.9º 0.61% 0.49% -
HSV(B) 354.9º 0.76% 0.79% -
XYZ 26.32 15.1 6.08 -
YUV 96.23 108.69 203.44 -
System Red Green Blue C M Y K H S L
Decimal 202 49 62 0 0.76 0.69 0.21 354.9 0.61 0.49
Hex CA 31 3E 0 4C 45 15 163 3D 31
Octal 312 61 76 0 114 105 25 543 75 61
Binary 11001010 110001 111110 0 1001100 1000101 10101 101100011 111101 110001

Color Harmonies of #CA313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA313E

Black with #CA313E

Text Example


Text Example

White with #CA313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA313E; }

 p { color: rgb(202,49,62); }

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

background-color css

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

 a { background-color: rgb(202,49,62); }

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

border-color css

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

 span { border-color: rgb(202,49,62); }

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