Html Css Color HEX #C30833 Cardinal

📋 copy color: '#C30833'

red 195 ◦ green 8 ◦ blue 51

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

Shades of Cardinal #C30833

Tints of Cardinal #C30833

RGB

 RED value IS 195 (76.56% from 255) = 76.77%

 GREEN value IS 8 (3.52% from 255) = 3.15%

 BLUE value IS 51 (20.31% from 255) = 20.08%

R = 76.77%
G = 3.15%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C30833 (or 0xC30833) is known color: Cardinal. HEX triplet: C3, 08 and 33. RGB value is (195,8,51). Sum of RGB (Red+Green+Blue) = 195+8+51=254 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.77% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 195 - color contains mainly: red. Hex color #C30833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30833 is #3CF7CC. Grayscale: #444444. Windows color (decimal): -3995597 or 3344579. OLE color: 3344579.

HSL color Cylindrical-coordinate representation of color #C30833: hue angle of 346.2º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30833 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 8 51 -
CMYK 0 0.96 0.74 0.24
HSL 346.2º 0.92% 0.4% -
HSV(B) 346.2º 0.96% 0.76% -
XYZ 23.19 12.01 4.23 -
YUV 68.82 117.95 218 -
System Red Green Blue C M Y K H S L
Decimal 195 8 51 0 0.96 0.74 0.24 346.2 0.92 0.4
Hex C3 8 33 0 60 4A 18 15A 5C 28
Octal 303 10 63 0 140 112 30 532 134 50
Binary 11000011 1000 110011 0 1100000 1001010 11000 101011010 1011100 101000

Color Harmonies of #C30833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30833

Black with #C30833

Text Example


Text Example

White with #C30833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30833; }

 p { color: rgb(195,8,51); }

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

background-color css

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

 a { background-color: rgb(195,8,51); }

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

border-color css

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

 span { border-color: rgb(195,8,51); }

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