Html Css Color HEX #B4013B Cardinal

📋 copy color: '#B4013B'

red 180 ◦ green 1 ◦ blue 59

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

Shades of Cardinal #B4013B

Tints of Cardinal #B4013B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.58%

R = 75%
G = 0.42%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B4013B (or 0xB4013B) is known color: Cardinal. HEX triplet: B4, 01 and 3B. RGB value is (180,1,59). Sum of RGB (Red+Green+Blue) = 180+1+59=240 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 180 - color contains mainly: red. Hex color #B4013B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4013B is #4BFEC4. Grayscale: #3D3D3D. Windows color (decimal): -4980421 or 3867060. OLE color: 3867060.

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

Color convert

RGB 180 1 59 -
CMYK 0 0.99 0.67 0.29
HSL 340.56º 0.99% 0.35% -
HSV(B) 340.56º 0.99% 0.71% -
XYZ 19.62 10.04 5.04 -
YUV 61.13 126.8 212.78 -
System Red Green Blue C M Y K H S L
Decimal 180 1 59 0 0.99 0.67 0.29 340.56 0.99 0.35
Hex B4 1 3B 0 63 43 1D 155 63 23
Octal 264 1 73 0 143 103 35 525 143 43
Binary 10110100 1 111011 0 1100011 1000011 11101 101010101 1100011 100011

Color Harmonies of #B4013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4013B

Black with #B4013B

Text Example


Text Example

White with #B4013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4013B; }

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

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

background-color css

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

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

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

border-color css

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

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

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