Html Css Color HEX #B70435 Cardinal

📋 copy color: '#B70435'

red 183 ◦ green 4 ◦ blue 53

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

Shades of Cardinal #B70435

Tints of Cardinal #B70435

RGB

 RED value IS 183 (71.88% from 255) = 76.25%

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

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

R = 76.25%
G = 1.67%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B70435 (or 0xB70435) is known color: Cardinal. HEX triplet: B7, 04 and 35. RGB value is (183,4,53). Sum of RGB (Red+Green+Blue) = 183+4+53=240 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.25% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 183 - color contains mainly: red. Hex color #B70435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70435 is #48FBCA. Grayscale: #3F3F3F. Windows color (decimal): -4783051 or 3474615. OLE color: 3474615.

HSL color Cylindrical-coordinate representation of color #B70435: hue angle of 343.58º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B70435 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 4 53 -
CMYK 0 0.98 0.71 0.28
HSL 343.58º 0.96% 0.37% -
HSV(B) 343.58º 0.98% 0.72% -
XYZ 20.21 10.41 4.31 -
YUV 63.11 122.3 213.52 -
System Red Green Blue C M Y K H S L
Decimal 183 4 53 0 0.98 0.71 0.28 343.58 0.96 0.37
Hex B7 4 35 0 62 47 1C 158 60 25
Octal 267 4 65 0 142 107 34 530 140 45
Binary 10110111 100 110101 0 1100010 1000111 11100 101011000 1100000 100101

Color Harmonies of #B70435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70435

Black with #B70435

Text Example


Text Example

White with #B70435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70435; }

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

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

background-color css

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

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

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

border-color css

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

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

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