Html Css Color HEX #B3013F Cardinal

📋 copy color: '#B3013F'

red 179 ◦ green 1 ◦ blue 63

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

Shades of Cardinal #B3013F

Tints of Cardinal #B3013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.93%

R = 73.66%
G = 0.41%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3013F (or 0xB3013F) is known color: Cardinal. HEX triplet: B3, 01 and 3F. RGB value is (179,1,63). Sum of RGB (Red+Green+Blue) = 179+1+63=243 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.66% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 179 - color contains mainly: red. Hex color #B3013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3013F is #4CFEC0. Grayscale: #3D3D3D. Windows color (decimal): -5045953 or 4129203. OLE color: 4129203.

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

Color convert

RGB 179 1 63 -
CMYK 0 0.99 0.65 0.30
HSL 339.1º 0.99% 0.35% -
HSV(B) 339.1º 0.99% 0.7% -
XYZ 19.5 9.96 5.6 -
YUV 61.29 128.97 211.96 -
System Red Green Blue C M Y K H S L
Decimal 179 1 63 0 0.99 0.65 0.30 339.1 0.99 0.35
Hex B3 1 3F 0 63 41 1E 153 63 23
Octal 263 1 77 0 143 101 36 523 143 43
Binary 10110011 1 111111 0 1100011 1000001 11110 101010011 1100011 100011

Color Harmonies of #B3013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3013F

Black with #B3013F

Text Example


Text Example

White with #B3013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3013F; }

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

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

background-color css

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

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

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

border-color css

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

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

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