Html Css Color HEX #B30F3A Cardinal

📋 copy color: '#B30F3A'

red 179 ◦ green 15 ◦ blue 58

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

Shades of Cardinal #B30F3A

Tints of Cardinal #B30F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.02%

R = 71.03%
G = 5.95%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B30F3A (or 0xB30F3A) is known color: Cardinal. HEX triplet: B3, 0F and 3A. RGB value is (179,15,58). Sum of RGB (Red+Green+Blue) = 179+15+58=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30F3A is #4CF0C5. Grayscale: #444444. Windows color (decimal): -5042374 or 3805107. OLE color: 3805107.

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

Color convert

RGB 179 15 58 -
CMYK 0 0.92 0.68 0.30
HSL 344.27º 0.85% 0.38% -
HSV(B) 344.27º 0.92% 0.7% -
XYZ 19.52 10.23 4.95 -
YUV 68.94 121.83 206.5 -
System Red Green Blue C M Y K H S L
Decimal 179 15 58 0 0.92 0.68 0.30 344.27 0.85 0.38
Hex B3 F 3A 0 5C 44 1E 158 55 26
Octal 263 17 72 0 134 104 36 530 125 46
Binary 10110011 1111 111010 0 1011100 1000100 11110 101011000 1010101 100110

Color Harmonies of #B30F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30F3A

Black with #B30F3A

Text Example


Text Example

White with #B30F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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