Html Css Color HEX #C02632 Cardinal

📋 copy color: '#C02632'

red 192 ◦ green 38 ◦ blue 50

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

Shades of Cardinal #C02632

Tints of Cardinal #C02632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.86%

R = 68.57%
G = 13.57%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C02632 (or 0xC02632) is known color: Cardinal. HEX triplet: C0, 26 and 32. RGB value is (192,38,50). Sum of RGB (Red+Green+Blue) = 192+38+50=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C02632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02632 is #3FD9CD. Grayscale: #555555. Windows color (decimal): -4184526 or 3286720. OLE color: 3286720.

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

Color convert

RGB 192 38 50 -
CMYK 0 0.80 0.74 0.25
HSL 355.32º 0.67% 0.45% -
HSV(B) 355.32º 0.8% 0.75% -
XYZ 23.01 12.82 4.28 -
YUV 85.41 108.02 204.02 -
System Red Green Blue C M Y K H S L
Decimal 192 38 50 0 0.80 0.74 0.25 355.32 0.67 0.45
Hex C0 26 32 0 50 4A 19 163 43 2D
Octal 300 46 62 0 120 112 31 543 103 55
Binary 11000000 100110 110010 0 1010000 1001010 11001 101100011 1000011 101101

Color Harmonies of #C02632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02632

Black with #C02632

Text Example


Text Example

White with #C02632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02632; }

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

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

background-color css

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

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

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

border-color css

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

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

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