Html Css Color HEX #B30F2B Cardinal

📋 copy color: '#B30F2B'

red 179 ◦ green 15 ◦ blue 43

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

Shades of Cardinal #B30F2B

Tints of Cardinal #B30F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.14%

R = 75.53%
G = 6.33%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B30F2B (or 0xB30F2B) is known color: Cardinal. HEX triplet: B3, 0F and 2B. RGB value is (179,15,43). Sum of RGB (Red+Green+Blue) = 179+15+43=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30F2B is #4CF0D4. Grayscale: #434343. Windows color (decimal): -5042389 or 2822067. OLE color: 2822067.

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

Color convert

RGB 179 15 43 -
CMYK 0 0.92 0.76 0.30
HSL 349.76º 0.85% 0.38% -
HSV(B) 349.76º 0.92% 0.7% -
XYZ 19.2 10.1 3.22 -
YUV 67.23 114.33 207.72 -
System Red Green Blue C M Y K H S L
Decimal 179 15 43 0 0.92 0.76 0.30 349.76 0.85 0.38
Hex B3 F 2B 0 5C 4C 1E 15E 55 26
Octal 263 17 53 0 134 114 36 536 125 46
Binary 10110011 1111 101011 0 1011100 1001100 11110 101011110 1010101 100110

Color Harmonies of #B30F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30F2B

Black with #B30F2B

Text Example


Text Example

White with #B30F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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