Html Css Color HEX #CA273D Brick Red

📋 copy color: '#CA273D'

red 202 ◦ green 39 ◦ blue 61

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

Shades of Brick Red #CA273D

Tints of Brick Red #CA273D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.91%

 BLUE value IS 61 (24.22% from 255) = 20.2%

R = 66.89%
G = 12.91%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA273D (or 0xCA273D) is known color: Brick Red. HEX triplet: CA, 27 and 3D. RGB value is (202,39,61). Sum of RGB (Red+Green+Blue) = 202+39+61=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA273D is #35D8C2. Grayscale: #5A5A5A. Windows color (decimal): -3528899 or 4007882. OLE color: 4007882.

HSL color Cylindrical-coordinate representation of color #CA273D: hue angle of 351.9º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA273D is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 39 61 -
CMYK 0 0.81 0.70 0.21
HSL 351.9º 0.68% 0.47% -
HSV(B) 351.9º 0.81% 0.79% -
XYZ 25.92 14.34 5.82 -
YUV 90.25 111.5 207.71 -
System Red Green Blue C M Y K H S L
Decimal 202 39 61 0 0.81 0.70 0.21 351.9 0.68 0.47
Hex CA 27 3D 0 51 46 15 160 44 2F
Octal 312 47 75 0 121 106 25 540 104 57
Binary 11001010 100111 111101 0 1010001 1000110 10101 101100000 1000100 101111

Color Harmonies of #CA273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA273D

Black with #CA273D

Text Example


Text Example

White with #CA273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA273D; }

 p { color: rgb(202,39,61); }

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

background-color css

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

 a { background-color: rgb(202,39,61); }

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

border-color css

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

 span { border-color: rgb(202,39,61); }

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