Html Css Color HEX #B4013A Cardinal

📋 copy color: '#B4013A'

red 180 ◦ green 1 ◦ blue 58

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

Shades of Cardinal #B4013A

Tints of Cardinal #B4013A

RGB

 RED value IS 180 (70.7% from 255) = 75.31%

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

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

R = 75.31%
G = 0.42%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B4013A (or 0xB4013A) is known color: Cardinal. HEX triplet: B4, 01 and 3A. RGB value is (180,1,58). Sum of RGB (Red+Green+Blue) = 180+1+58=239 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.31% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 180 - color contains mainly: red. Hex color #B4013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4013A is #4BFEC5. Grayscale: #3C3C3C. Windows color (decimal): -4980422 or 3801524. OLE color: 3801524.

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

Color convert

RGB 180 1 58 -
CMYK 0 0.99 0.68 0.29
HSL 340.89º 0.99% 0.35% -
HSV(B) 340.89º 0.99% 0.71% -
XYZ 19.6 10.03 4.91 -
YUV 61.02 126.3 212.87 -
System Red Green Blue C M Y K H S L
Decimal 180 1 58 0 0.99 0.68 0.29 340.89 0.99 0.35
Hex B4 1 3A 0 63 44 1D 155 63 23
Octal 264 1 72 0 143 104 35 525 143 43
Binary 10110100 1 111010 0 1100011 1000100 11101 101010101 1100011 100011

Color Harmonies of #B4013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4013A

Black with #B4013A

Text Example


Text Example

White with #B4013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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