Html Css Color HEX #C0273B Cardinal

📋 copy color: '#C0273B'

red 192 ◦ green 39 ◦ blue 59

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

Shades of Cardinal #C0273B

Tints of Cardinal #C0273B

RGB

 RED value IS 192 (75.39% from 255) = 66.21%

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

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

R = 66.21%
G = 13.45%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0273B (or 0xC0273B) is known color: Cardinal. HEX triplet: C0, 27 and 3B. RGB value is (192,39,59). Sum of RGB (Red+Green+Blue) = 192+39+59=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C0273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0273B is #3FD8C4. Grayscale: #575757. Windows color (decimal): -4184261 or 3876800. OLE color: 3876800.

HSL color Cylindrical-coordinate representation of color #C0273B: hue angle of 352.16º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0273B is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 39 59 -
CMYK 0 0.80 0.69 0.25
HSL 352.16º 0.66% 0.45% -
HSV(B) 352.16º 0.8% 0.75% -
XYZ 23.25 12.97 5.42 -
YUV 87.03 112.19 202.87 -
System Red Green Blue C M Y K H S L
Decimal 192 39 59 0 0.80 0.69 0.25 352.16 0.66 0.45
Hex C0 27 3B 0 50 45 19 160 42 2D
Octal 300 47 73 0 120 105 31 540 102 55
Binary 11000000 100111 111011 0 1010000 1000101 11001 101100000 1000010 101101

Color Harmonies of #C0273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0273B

Black with #C0273B

Text Example


Text Example

White with #C0273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0273B; }

 p { color: rgb(192,39,59); }

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

background-color css

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

 a { background-color: rgb(192,39,59); }

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

border-color css

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

 span { border-color: rgb(192,39,59); }

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