Html Css Color HEX #B70035 Cardinal

📋 copy color: '#B70035'

red 183 ◦ green 0 ◦ blue 53

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

Shades of Cardinal #B70035

Tints of Cardinal #B70035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.54%
G = 0%
B = 22.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B70035 (or 0xB70035) is known color: Cardinal. HEX triplet: B7, 00 and 35. RGB value is (183,0,53). Sum of RGB (Red+Green+Blue) = 183+0+53=236 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.54% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 183 - color contains mainly: red. Hex color #B70035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70035 is #48FFCA. Grayscale: #3C3C3C. Windows color (decimal): -4784075 or 3473591. OLE color: 3473591.

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

Color convert

RGB 183 0 53 -
CMYK 0 1 0.71 0.28
HSL 342.62º 1% 0.36% -
HSV(B) 342.62º 1% 0.72% -
XYZ 20.17 10.32 4.3 -
YUV 60.76 123.63 215.19 -
System Red Green Blue C M Y K H S L
Decimal 183 0 53 0 1 0.71 0.28 342.62 1 0.36
Hex B7 0 35 0 64 47 1C 157 64 24
Octal 267 0 65 0 144 107 34 527 144 44
Binary 10110111 0 110101 0 1100100 1000111 11100 101010111 1100100 100100

Color Harmonies of #B70035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70035

Black with #B70035

Text Example


Text Example

White with #B70035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70035; }

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

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

background-color css

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

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

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

border-color css

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

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

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