Html Css Color HEX #C02630 Cardinal

📋 copy color: '#C02630'

red 192 ◦ green 38 ◦ blue 48

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

Shades of Cardinal #C02630

Tints of Cardinal #C02630

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.67%

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

R = 69.06%
G = 13.67%
B = 17.27%

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

#C02630 (or 0xC02630) is known color: Cardinal. HEX triplet: C0, 26 and 30. RGB value is (192,38,48). Sum of RGB (Red+Green+Blue) = 192+38+48=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C02630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02630 is #3FD9CF. Grayscale: #555555. Windows color (decimal): -4184528 or 3155648. OLE color: 3155648.

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

Color convert

RGB 192 38 48 -
CMYK 0 0.80 0.75 0.25
HSL 356.1º 0.67% 0.45% -
HSV(B) 356.1º 0.8% 0.75% -
XYZ 22.96 12.81 4.06 -
YUV 85.19 107.02 204.19 -
System Red Green Blue C M Y K H S L
Decimal 192 38 48 0 0.80 0.75 0.25 356.1 0.67 0.45
Hex C0 26 30 0 50 4B 19 164 43 2D
Octal 300 46 60 0 120 113 31 544 103 55
Binary 11000000 100110 110000 0 1010000 1001011 11001 101100100 1000011 101101

Color Harmonies of #C02630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02630

Black with #C02630

Text Example


Text Example

White with #C02630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02630; }

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

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

background-color css

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

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

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

border-color css

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

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

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