Html Css Color HEX #CA3345 Brick Red

📋 copy color: '#CA3345'

red 202 ◦ green 51 ◦ blue 69

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

Shades of Brick Red #CA3345

Tints of Brick Red #CA3345

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.84%

 BLUE value IS 69 (27.34% from 255) = 21.43%

R = 62.73%
G = 15.84%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA3345 (or 0xCA3345) is known color: Brick Red. HEX triplet: CA, 33 and 45. RGB value is (202,51,69). Sum of RGB (Red+Green+Blue) = 202+51+69=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3345 is #35CCBA. Grayscale: #626262. Windows color (decimal): -3525819 or 4535242. OLE color: 4535242.

HSL color Cylindrical-coordinate representation of color #CA3345: hue angle of 352.85º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA3345 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 51 69 -
CMYK 0 0.75 0.66 0.21
HSL 352.85º 0.6% 0.5% -
HSV(B) 352.85º 0.75% 0.79% -
XYZ 26.62 15.35 7.19 -
YUV 98.2 111.53 202.04 -
System Red Green Blue C M Y K H S L
Decimal 202 51 69 0 0.75 0.66 0.21 352.85 0.6 0.5
Hex CA 33 45 0 4B 42 15 161 3C 32
Octal 312 63 105 0 113 102 25 541 74 62
Binary 11001010 110011 1000101 0 1001011 1000010 10101 101100001 111100 110010

Color Harmonies of #CA3345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3345

Black with #CA3345

Text Example


Text Example

White with #CA3345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3345; }

 p { color: rgb(202,51,69); }

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

background-color css

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

 a { background-color: rgb(202,51,69); }

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

border-color css

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

 span { border-color: rgb(202,51,69); }

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