Html Css Color HEX #B30C3F Cardinal

📋 copy color: '#B30C3F'

red 179 ◦ green 12 ◦ blue 63

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

Shades of Cardinal #B30C3F

Tints of Cardinal #B30C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.8%

R = 70.47%
G = 4.72%
B = 24.8%

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

#B30C3F (or 0xB30C3F) is known color: Cardinal. HEX triplet: B3, 0C and 3F. RGB value is (179,12,63). Sum of RGB (Red+Green+Blue) = 179+12+63=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30C3F is #4CF3C0. Grayscale: #434343. Windows color (decimal): -5043137 or 4132019. OLE color: 4132019.

HSL color Cylindrical-coordinate representation of color #B30C3F: hue angle of 341.68º 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 #B30C3F is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 12 63 -
CMYK 0 0.93 0.65 0.30
HSL 341.68º 0.87% 0.37% -
HSV(B) 341.68º 0.93% 0.7% -
XYZ 19.62 10.21 5.64 -
YUV 67.75 125.33 207.35 -
System Red Green Blue C M Y K H S L
Decimal 179 12 63 0 0.93 0.65 0.30 341.68 0.87 0.37
Hex B3 C 3F 0 5D 41 1E 156 57 25
Octal 263 14 77 0 135 101 36 526 127 45
Binary 10110011 1100 111111 0 1011101 1000001 11110 101010110 1010111 100101

Color Harmonies of #B30C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30C3F

Black with #B30C3F

Text Example


Text Example

White with #B30C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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