Html Css Color HEX #C02730 Cardinal

📋 copy color: '#C02730'

red 192 ◦ green 39 ◦ blue 48

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

Shades of Cardinal #C02730

Tints of Cardinal #C02730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.2%

R = 68.82%
G = 13.98%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C02730 (or 0xC02730) is known color: Cardinal. HEX triplet: C0, 27 and 30. RGB value is (192,39,48). Sum of RGB (Red+Green+Blue) = 192+39+48=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C02730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02730 is #3FD8CF. Grayscale: #555555. Windows color (decimal): -4184272 or 3155904. OLE color: 3155904.

HSL color Cylindrical-coordinate representation of color #C02730: hue angle of 356.47º 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 #C02730 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 39 48 -
CMYK 0 0.80 0.75 0.25
HSL 356.47º 0.66% 0.45% -
HSV(B) 356.47º 0.8% 0.75% -
XYZ 23 12.87 4.07 -
YUV 85.77 106.69 203.77 -
System Red Green Blue C M Y K H S L
Decimal 192 39 48 0 0.80 0.75 0.25 356.47 0.66 0.45
Hex C0 27 30 0 50 4B 19 164 42 2D
Octal 300 47 60 0 120 113 31 544 102 55
Binary 11000000 100111 110000 0 1010000 1001011 11001 101100100 1000010 101101

Color Harmonies of #C02730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02730

Black with #C02730

Text Example


Text Example

White with #C02730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02730; }

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

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

background-color css

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

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

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

border-color css

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

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

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