Html Css Color HEX #B30F3F Cardinal

📋 copy color: '#B30F3F'

red 179 ◦ green 15 ◦ blue 63

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

Shades of Cardinal #B30F3F

Tints of Cardinal #B30F3F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.84%

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

R = 69.65%
G = 5.84%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B30F3F (or 0xB30F3F) is known color: Cardinal. HEX triplet: B3, 0F and 3F. RGB value is (179,15,63). Sum of RGB (Red+Green+Blue) = 179+15+63=257 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.65% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30F3F is #4CF0C0. Grayscale: #454545. Windows color (decimal): -5042369 or 4132787. OLE color: 4132787.

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

Color convert

RGB 179 15 63 -
CMYK 0 0.92 0.65 0.30
HSL 342.44º 0.85% 0.38% -
HSV(B) 342.44º 0.92% 0.7% -
XYZ 19.66 10.28 5.65 -
YUV 69.51 124.33 206.1 -
System Red Green Blue C M Y K H S L
Decimal 179 15 63 0 0.92 0.65 0.30 342.44 0.85 0.38
Hex B3 F 3F 0 5C 41 1E 156 55 26
Octal 263 17 77 0 134 101 36 526 125 46
Binary 10110011 1111 111111 0 1011100 1000001 11110 101010110 1010101 100110

Color Harmonies of #B30F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30F3F

Black with #B30F3F

Text Example


Text Example

White with #B30F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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