Html Css Color HEX #B4053C Cardinal

📋 copy color: '#B4053C'

red 180 ◦ green 5 ◦ blue 60

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

Shades of Cardinal #B4053C

Tints of Cardinal #B4053C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.04%

 BLUE value IS 60 (23.83% from 255) = 24.49%

R = 73.47%
G = 2.04%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B4053C (or 0xB4053C) is known color: Cardinal. HEX triplet: B4, 05 and 3C. RGB value is (180,5,60). Sum of RGB (Red+Green+Blue) = 180+5+60=245 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.47% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 180 - color contains mainly: red. Hex color #B4053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4053C is #4BFAC3. Grayscale: #3F3F3F. Windows color (decimal): -4979396 or 3933620. OLE color: 3933620.

HSL color Cylindrical-coordinate representation of color #B4053C: hue angle of 341.14º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B4053C is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 5 60 -
CMYK 0 0.97 0.67 0.29
HSL 341.14º 0.95% 0.36% -
HSV(B) 341.14º 0.97% 0.71% -
XYZ 19.69 10.14 5.19 -
YUV 63.6 125.98 211.03 -
System Red Green Blue C M Y K H S L
Decimal 180 5 60 0 0.97 0.67 0.29 341.14 0.95 0.36
Hex B4 5 3C 0 61 43 1D 155 5F 24
Octal 264 5 74 0 141 103 35 525 137 44
Binary 10110100 101 111100 0 1100001 1000011 11101 101010101 1011111 100100

Color Harmonies of #B4053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4053C

Black with #B4053C

Text Example


Text Example

White with #B4053C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4053C; }

 p { color: rgb(180,5,60); }

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

background-color css

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

 a { background-color: rgb(180,5,60); }

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

border-color css

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

 span { border-color: rgb(180,5,60); }

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