Html Css Color HEX #B4013E Cardinal

📋 copy color: '#B4013E'

red 180 ◦ green 1 ◦ blue 62

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

Shades of Cardinal #B4013E

Tints of Cardinal #B4013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.51%

R = 74.07%
G = 0.41%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B4013E (or 0xB4013E) is known color: Cardinal. HEX triplet: B4, 01 and 3E. RGB value is (180,1,62). Sum of RGB (Red+Green+Blue) = 180+1+62=243 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.07% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 180 - color contains mainly: red. Hex color #B4013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4013E is #4BFEC1. Grayscale: #3D3D3D. Windows color (decimal): -4980418 or 4063668. OLE color: 4063668.

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

Color convert

RGB 180 1 62 -
CMYK 0 0.99 0.66 0.29
HSL 339.55º 0.99% 0.35% -
HSV(B) 339.55º 0.99% 0.71% -
XYZ 19.7 10.07 5.46 -
YUV 61.48 128.3 212.54 -
System Red Green Blue C M Y K H S L
Decimal 180 1 62 0 0.99 0.66 0.29 339.55 0.99 0.35
Hex B4 1 3E 0 63 42 1D 154 63 23
Octal 264 1 76 0 143 102 35 524 143 43
Binary 10110100 1 111110 0 1100011 1000010 11101 101010100 1100011 100011

Color Harmonies of #B4013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4013E

Black with #B4013E

Text Example


Text Example

White with #B4013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4013E; }

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

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

background-color css

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

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

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

border-color css

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

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

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