Html Css Color HEX #B70140 Cardinal

📋 copy color: '#B70140'

red 183 ◦ green 1 ◦ blue 64

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

Shades of Cardinal #B70140

Tints of Cardinal #B70140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.81%

R = 73.79%
G = 0.4%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B70140 (or 0xB70140) is known color: Cardinal. HEX triplet: B7, 01 and 40. RGB value is (183,1,64). Sum of RGB (Red+Green+Blue) = 183+1+64=248 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.79% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 183 - color contains mainly: red. Hex color #B70140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70140 is #48FEBF. Grayscale: #3E3E3E. Windows color (decimal): -4783808 or 4194743. OLE color: 4194743.

HSL color Cylindrical-coordinate representation of color #B70140: hue angle of 339.23º 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 #B70140 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 1 64 -
CMYK 0 0.99 0.65 0.28
HSL 339.23º 0.99% 0.36% -
HSV(B) 339.23º 0.99% 0.72% -
XYZ 20.46 10.46 5.79 -
YUV 62.6 128.8 213.88 -
System Red Green Blue C M Y K H S L
Decimal 183 1 64 0 0.99 0.65 0.28 339.23 0.99 0.36
Hex B7 1 40 0 63 41 1C 153 63 24
Octal 267 1 100 0 143 101 34 523 143 44
Binary 10110111 1 1000000 0 1100011 1000001 11100 101010011 1100011 100100

Color Harmonies of #B70140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70140

Black with #B70140

Text Example


Text Example

White with #B70140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70140; }

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

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

background-color css

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

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

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

border-color css

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

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

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