Html Css Color HEX #B30335 Cardinal

📋 copy color: '#B30335'

red 179 ◦ green 3 ◦ blue 53

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

Shades of Cardinal #B30335

Tints of Cardinal #B30335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

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

R = 76.17%
G = 1.28%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B30335 (or 0xB30335) is known color: Cardinal. HEX triplet: B3, 03 and 35. RGB value is (179,3,53). Sum of RGB (Red+Green+Blue) = 179+3+53=235 (31% of max value = 765). Red value is 179 (70.31% from 255 or 76.17% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 179 - color contains mainly: red. Hex color #B30335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30335 is #4CFCCA. Grayscale: #3D3D3D. Windows color (decimal): -5045451 or 3474355. OLE color: 3474355.

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

Color convert

RGB 179 3 53 -
CMYK 0 0.98 0.70 0.30
HSL 342.95º 0.97% 0.36% -
HSV(B) 342.95º 0.98% 0.7% -
XYZ 19.27 9.91 4.26 -
YUV 61.32 123.31 211.93 -
System Red Green Blue C M Y K H S L
Decimal 179 3 53 0 0.98 0.70 0.30 342.95 0.97 0.36
Hex B3 3 35 0 62 46 1E 157 61 24
Octal 263 3 65 0 142 106 36 527 141 44
Binary 10110011 11 110101 0 1100010 1000110 11110 101010111 1100001 100100

Color Harmonies of #B30335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30335

Black with #B30335

Text Example


Text Example

White with #B30335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30335; }

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

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

background-color css

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

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

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

border-color css

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

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

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