Html Css Color HEX #B30F29 Cardinal

📋 copy color: '#B30F29'

red 179 ◦ green 15 ◦ blue 41

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

Shades of Cardinal #B30F29

Tints of Cardinal #B30F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.45%

R = 76.17%
G = 6.38%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B30F29 (or 0xB30F29) is known color: Cardinal. HEX triplet: B3, 0F and 29. RGB value is (179,15,41). Sum of RGB (Red+Green+Blue) = 179+15+41=235 (31% of max value = 765). Red value is 179 (70.31% from 255 or 76.17% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30F29 is #4CF0D6. Grayscale: #434343. Windows color (decimal): -5042391 or 2690995. OLE color: 2690995.

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

Color convert

RGB 179 15 41 -
CMYK 0 0.92 0.77 0.30
HSL 350.49º 0.85% 0.38% -
HSV(B) 350.49º 0.92% 0.7% -
XYZ 19.16 10.09 3.03 -
YUV 67 113.33 207.89 -
System Red Green Blue C M Y K H S L
Decimal 179 15 41 0 0.92 0.77 0.30 350.49 0.85 0.38
Hex B3 F 29 0 5C 4D 1E 15E 55 26
Octal 263 17 51 0 134 115 36 536 125 46
Binary 10110011 1111 101001 0 1011100 1001101 11110 101011110 1010101 100110

Color Harmonies of #B30F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30F29

Black with #B30F29

Text Example


Text Example

White with #B30F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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