Html Css Color HEX #C02530 Cardinal

📋 copy color: '#C02530'

red 192 ◦ green 37 ◦ blue 48

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

Shades of Cardinal #C02530

Tints of Cardinal #C02530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.36%

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

R = 69.31%
G = 13.36%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C02530 (or 0xC02530) is known color: Cardinal. HEX triplet: C0, 25 and 30. RGB value is (192,37,48). Sum of RGB (Red+Green+Blue) = 192+37+48=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C02530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02530 is #3FDACF. Grayscale: #545454. Windows color (decimal): -4184784 or 3155392. OLE color: 3155392.

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

Color convert

RGB 192 37 48 -
CMYK 0 0.81 0.75 0.25
HSL 355.74º 0.68% 0.45% -
HSV(B) 355.74º 0.81% 0.75% -
XYZ 22.93 12.74 4.05 -
YUV 84.6 107.35 204.61 -
System Red Green Blue C M Y K H S L
Decimal 192 37 48 0 0.81 0.75 0.25 355.74 0.68 0.45
Hex C0 25 30 0 51 4B 19 164 44 2D
Octal 300 45 60 0 121 113 31 544 104 55
Binary 11000000 100101 110000 0 1010001 1001011 11001 101100100 1000100 101101

Color Harmonies of #C02530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02530

Black with #C02530

Text Example


Text Example

White with #C02530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02530; }

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

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

background-color css

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

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

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

border-color css

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

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

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