Html Css Color HEX #B30C3E Cardinal

📋 copy color: '#B30C3E'

red 179 ◦ green 12 ◦ blue 62

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

Shades of Cardinal #B30C3E

Tints of Cardinal #B30C3E

RGB

 RED value IS 179 (70.31% from 255) = 70.75%

 GREEN value IS 12 (5.08% from 255) = 4.74%

 BLUE value IS 62 (24.61% from 255) = 24.51%

R = 70.75%
G = 4.74%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B30C3E (or 0xB30C3E) is known color: Cardinal. HEX triplet: B3, 0C and 3E. RGB value is (179,12,62). Sum of RGB (Red+Green+Blue) = 179+12+62=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30C3E is #4CF3C1. Grayscale: #434343. Windows color (decimal): -5043138 or 4066483. OLE color: 4066483.

HSL color Cylindrical-coordinate representation of color #B30C3E: hue angle of 342.04º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30C3E is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 12 62 -
CMYK 0 0.93 0.65 0.30
HSL 342.04º 0.87% 0.37% -
HSV(B) 342.04º 0.93% 0.7% -
XYZ 19.59 10.19 5.49 -
YUV 67.63 124.83 207.43 -
System Red Green Blue C M Y K H S L
Decimal 179 12 62 0 0.93 0.65 0.30 342.04 0.87 0.37
Hex B3 C 3E 0 5D 41 1E 156 57 25
Octal 263 14 76 0 135 101 36 526 127 45
Binary 10110011 1100 111110 0 1011101 1000001 11110 101010110 1010111 100101

Color Harmonies of #B30C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30C3E

Black with #B30C3E

Text Example


Text Example

White with #B30C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30C3E; }

 p { color: rgb(179,12,62); }

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

background-color css

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

 a { background-color: rgb(179,12,62); }

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

border-color css

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

 span { border-color: rgb(179,12,62); }

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