Html Css Color HEX #B70134 Cardinal

📋 copy color: '#B70134'

red 183 ◦ green 1 ◦ blue 52

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

Shades of Cardinal #B70134

Tints of Cardinal #B70134

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 52 (20.7% from 255) = 22.03%

R = 77.54%
G = 0.42%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B70134 (or 0xB70134) is known color: Cardinal. HEX triplet: B7, 01 and 34. RGB value is (183,1,52). Sum of RGB (Red+Green+Blue) = 183+1+52=236 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.54% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 183 - color contains mainly: red. Hex color #B70134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70134 is #48FECB. Grayscale: #3D3D3D. Windows color (decimal): -4783820 or 3408311. OLE color: 3408311.

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

Color convert

RGB 183 1 52 -
CMYK 0 0.99 0.72 0.28
HSL 343.19º 0.99% 0.36% -
HSV(B) 343.19º 0.99% 0.72% -
XYZ 20.16 10.34 4.18 -
YUV 61.23 122.8 214.85 -
System Red Green Blue C M Y K H S L
Decimal 183 1 52 0 0.99 0.72 0.28 343.19 0.99 0.36
Hex B7 1 34 0 63 48 1C 157 63 24
Octal 267 1 64 0 143 110 34 527 143 44
Binary 10110111 1 110100 0 1100011 1001000 11100 101010111 1100011 100100

Color Harmonies of #B70134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70134

Black with #B70134

Text Example


Text Example

White with #B70134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70134; }

 p { color: rgb(183,1,52); }

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

background-color css

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

 a { background-color: rgb(183,1,52); }

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

border-color css

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

 span { border-color: rgb(183,1,52); }

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