Html Css Color HEX #B30435 Cardinal

📋 copy color: '#B30435'

red 179 ◦ green 4 ◦ blue 53

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

Shades of Cardinal #B30435

Tints of Cardinal #B30435

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

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

R = 75.85%
G = 1.69%
B = 22.46%

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

#B30435 (or 0xB30435) is known color: Cardinal. HEX triplet: B3, 04 and 35. RGB value is (179,4,53). Sum of RGB (Red+Green+Blue) = 179+4+53=236 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.85% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 179 - color contains mainly: red. Hex color #B30435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30435 is #4CFBCA. Grayscale: #3D3D3D. Windows color (decimal): -5045195 or 3474611. OLE color: 3474611.

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

Color convert

RGB 179 4 53 -
CMYK 0 0.98 0.70 0.30
HSL 343.2º 0.96% 0.36% -
HSV(B) 343.2º 0.98% 0.7% -
XYZ 19.28 9.93 4.27 -
YUV 61.91 122.98 211.52 -
System Red Green Blue C M Y K H S L
Decimal 179 4 53 0 0.98 0.70 0.30 343.2 0.96 0.36
Hex B3 4 35 0 62 46 1E 157 60 24
Octal 263 4 65 0 142 106 36 527 140 44
Binary 10110011 100 110101 0 1100010 1000110 11110 101010111 1100000 100100

Color Harmonies of #B30435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30435

Black with #B30435

Text Example


Text Example

White with #B30435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30435; }

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

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

background-color css

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

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

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

border-color css

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

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

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