Html Css Color HEX #B30534 Cardinal

📋 copy color: '#B30534'

red 179 ◦ green 5 ◦ blue 52

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

Shades of Cardinal #B30534

Tints of Cardinal #B30534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.03%

R = 75.85%
G = 2.12%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B30534 (or 0xB30534) is known color: Cardinal. HEX triplet: B3, 05 and 34. RGB value is (179,5,52). Sum of RGB (Red+Green+Blue) = 179+5+52=236 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.85% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 179 - color contains mainly: red. Hex color #B30534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30534 is #4CFACB. Grayscale: #3E3E3E. Windows color (decimal): -5044940 or 3409331. OLE color: 3409331.

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

Color convert

RGB 179 5 52 -
CMYK 0 0.97 0.71 0.30
HSL 343.79º 0.95% 0.36% -
HSV(B) 343.79º 0.97% 0.7% -
XYZ 19.26 9.94 4.15 -
YUV 62.38 122.15 211.18 -
System Red Green Blue C M Y K H S L
Decimal 179 5 52 0 0.97 0.71 0.30 343.79 0.95 0.36
Hex B3 5 34 0 61 47 1E 158 5F 24
Octal 263 5 64 0 141 107 36 530 137 44
Binary 10110011 101 110100 0 1100001 1000111 11110 101011000 1011111 100100

Color Harmonies of #B30534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30534

Black with #B30534

Text Example


Text Example

White with #B30534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30534; }

 p { color: rgb(179,5,52); }

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

background-color css

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

 a { background-color: rgb(179,5,52); }

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

border-color css

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

 span { border-color: rgb(179,5,52); }

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