Html Css Color HEX #B3013A Cardinal

📋 copy color: '#B3013A'

red 179 ◦ green 1 ◦ blue 58

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

Shades of Cardinal #B3013A

Tints of Cardinal #B3013A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.37%

R = 75.21%
G = 0.42%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B3013A (or 0xB3013A) is known color: Cardinal. HEX triplet: B3, 01 and 3A. RGB value is (179,1,58). Sum of RGB (Red+Green+Blue) = 179+1+58=238 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.21% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 179 - color contains mainly: red. Hex color #B3013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3013A is #4CFEC5. Grayscale: #3C3C3C. Windows color (decimal): -5045958 or 3801523. OLE color: 3801523.

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

Color convert

RGB 179 1 58 -
CMYK 0 0.99 0.68 0.30
HSL 340.79º 0.99% 0.35% -
HSV(B) 340.79º 0.99% 0.7% -
XYZ 19.36 9.91 4.9 -
YUV 60.72 126.47 212.37 -
System Red Green Blue C M Y K H S L
Decimal 179 1 58 0 0.99 0.68 0.30 340.79 0.99 0.35
Hex B3 1 3A 0 63 44 1E 155 63 23
Octal 263 1 72 0 143 104 36 525 143 43
Binary 10110011 1 111010 0 1100011 1000100 11110 101010101 1100011 100011

Color Harmonies of #B3013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3013A

Black with #B3013A

Text Example


Text Example

White with #B3013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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