Html Css Color HEX #B30F2C Cardinal

📋 copy color: '#B30F2C'

red 179 ◦ green 15 ◦ blue 44

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

Shades of Cardinal #B30F2C

Tints of Cardinal #B30F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.49%

R = 75.21%
G = 6.3%
B = 18.49%

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

#B30F2C (or 0xB30F2C) is known color: Cardinal. HEX triplet: B3, 0F and 2C. RGB value is (179,15,44). Sum of RGB (Red+Green+Blue) = 179+15+44=238 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.21% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30F2C is #4CF0D3. Grayscale: #434343. Windows color (decimal): -5042388 or 2887603. OLE color: 2887603.

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

Color convert

RGB 179 15 44 -
CMYK 0 0.92 0.75 0.30
HSL 349.39º 0.85% 0.38% -
HSV(B) 349.39º 0.92% 0.7% -
XYZ 19.22 10.11 3.32 -
YUV 67.34 114.83 207.64 -
System Red Green Blue C M Y K H S L
Decimal 179 15 44 0 0.92 0.75 0.30 349.39 0.85 0.38
Hex B3 F 2C 0 5C 4B 1E 15D 55 26
Octal 263 17 54 0 134 113 36 535 125 46
Binary 10110011 1111 101100 0 1011100 1001011 11110 101011101 1010101 100110

Color Harmonies of #B30F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30F2C

Black with #B30F2C

Text Example


Text Example

White with #B30F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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