Html Css Color HEX #B3012F Cardinal

📋 copy color: '#B3012F'

red 179 ◦ green 1 ◦ blue 47

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

Shades of Cardinal #B3012F

Tints of Cardinal #B3012F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 47 (18.75% from 255) = 20.7%

R = 78.85%
G = 0.44%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3012F (or 0xB3012F) is known color: Cardinal. HEX triplet: B3, 01 and 2F. RGB value is (179,1,47). Sum of RGB (Red+Green+Blue) = 179+1+47=227 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.85% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 179 - color contains mainly: red. Hex color #B3012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3012F is #4CFED0. Grayscale: #3B3B3B. Windows color (decimal): -5045969 or 3080627. OLE color: 3080627.

HSL color Cylindrical-coordinate representation of color #B3012F: hue angle of 344.49º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3012F is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 1 47 -
CMYK 0 0.99 0.74 0.30
HSL 344.49º 0.99% 0.35% -
HSV(B) 344.49º 0.99% 0.7% -
XYZ 19.11 9.81 3.58 -
YUV 59.47 120.97 213.26 -
System Red Green Blue C M Y K H S L
Decimal 179 1 47 0 0.99 0.74 0.30 344.49 0.99 0.35
Hex B3 1 2F 0 63 4A 1E 158 63 23
Octal 263 1 57 0 143 112 36 530 143 43
Binary 10110011 1 101111 0 1100011 1001010 11110 101011000 1100011 100011

Color Harmonies of #B3012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3012F

Black with #B3012F

Text Example


Text Example

White with #B3012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3012F; }

 p { color: rgb(179,1,47); }

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

background-color css

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

 a { background-color: rgb(179,1,47); }

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

border-color css

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

 span { border-color: rgb(179,1,47); }

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