Html Css Color HEX #B30E2D Cardinal

📋 copy color: '#B30E2D'

red 179 ◦ green 14 ◦ blue 45

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

Shades of Cardinal #B30E2D

Tints of Cardinal #B30E2D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.88%

 BLUE value IS 45 (17.97% from 255) = 18.91%

R = 75.21%
G = 5.88%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B30E2D (or 0xB30E2D) is known color: Cardinal. HEX triplet: B3, 0E and 2D. RGB value is (179,14,45). Sum of RGB (Red+Green+Blue) = 179+14+45=238 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.21% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30E2D is #4CF1D2. Grayscale: #424242. Windows color (decimal): -5042643 or 2952883. OLE color: 2952883.

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

Color convert

RGB 179 14 45 -
CMYK 0 0.92 0.75 0.30
HSL 348.73º 0.85% 0.38% -
HSV(B) 348.73º 0.92% 0.7% -
XYZ 19.22 10.09 3.42 -
YUV 66.87 115.66 207.98 -
System Red Green Blue C M Y K H S L
Decimal 179 14 45 0 0.92 0.75 0.30 348.73 0.85 0.38
Hex B3 E 2D 0 5C 4B 1E 15D 55 26
Octal 263 16 55 0 134 113 36 535 125 46
Binary 10110011 1110 101101 0 1011100 1001011 11110 101011101 1010101 100110

Color Harmonies of #B30E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30E2D

Black with #B30E2D

Text Example


Text Example

White with #B30E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30E2D; }

 p { color: rgb(179,14,45); }

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

background-color css

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

 a { background-color: rgb(179,14,45); }

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

border-color css

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

 span { border-color: rgb(179,14,45); }

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