Html Css Color HEX #B30D3C Cardinal

📋 copy color: '#B30D3C'

red 179 ◦ green 13 ◦ blue 60

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

Shades of Cardinal #B30D3C

Tints of Cardinal #B30D3C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.16%

 BLUE value IS 60 (23.83% from 255) = 23.81%

R = 71.03%
G = 5.16%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B30D3C (or 0xB30D3C) is known color: Cardinal. HEX triplet: B3, 0D and 3C. RGB value is (179,13,60). Sum of RGB (Red+Green+Blue) = 179+13+60=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B30D3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30D3C is #4CF2C3. Grayscale: #434343. Windows color (decimal): -5042884 or 3935667. OLE color: 3935667.

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

Color convert

RGB 179 13 60 -
CMYK 0 0.93 0.66 0.30
HSL 343.01º 0.86% 0.38% -
HSV(B) 343.01º 0.93% 0.7% -
XYZ 19.55 10.2 5.21 -
YUV 67.99 123.5 207.18 -
System Red Green Blue C M Y K H S L
Decimal 179 13 60 0 0.93 0.66 0.30 343.01 0.86 0.38
Hex B3 D 3C 0 5D 42 1E 157 56 26
Octal 263 15 74 0 135 102 36 527 126 46
Binary 10110011 1101 111100 0 1011101 1000010 11110 101010111 1010110 100110

Color Harmonies of #B30D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30D3C

Black with #B30D3C

Text Example


Text Example

White with #B30D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30D3C; }

 p { color: rgb(179,13,60); }

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

background-color css

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

 a { background-color: rgb(179,13,60); }

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

border-color css

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

 span { border-color: rgb(179,13,60); }

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