Html Css Color HEX #B30535 Cardinal

📋 copy color: '#B30535'

red 179 ◦ green 5 ◦ blue 53

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

Shades of Cardinal #B30535

Tints of Cardinal #B30535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.36%

R = 75.53%
G = 2.11%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B30535 (or 0xB30535) is known color: Cardinal. HEX triplet: B3, 05 and 35. RGB value is (179,5,53). Sum of RGB (Red+Green+Blue) = 179+5+53=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B30535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30535 is #4CFACA. Grayscale: #3E3E3E. Windows color (decimal): -5044939 or 3474867. OLE color: 3474867.

HSL color Cylindrical-coordinate representation of color #B30535: hue angle of 343.45º 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 #B30535 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 5 53 -
CMYK 0 0.97 0.70 0.30
HSL 343.45º 0.95% 0.36% -
HSV(B) 343.45º 0.97% 0.7% -
XYZ 19.29 9.95 4.27 -
YUV 62.5 122.65 211.1 -
System Red Green Blue C M Y K H S L
Decimal 179 5 53 0 0.97 0.70 0.30 343.45 0.95 0.36
Hex B3 5 35 0 61 46 1E 157 5F 24
Octal 263 5 65 0 141 106 36 527 137 44
Binary 10110011 101 110101 0 1100001 1000110 11110 101010111 1011111 100100

Color Harmonies of #B30535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30535

Black with #B30535

Text Example


Text Example

White with #B30535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30535; }

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

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

background-color css

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

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

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

border-color css

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

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

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