Html Css Color HEX #B7013B Cardinal

📋 copy color: '#B7013B'

red 183 ◦ green 1 ◦ blue 59

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

Shades of Cardinal #B7013B

Tints of Cardinal #B7013B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.28%

R = 75.31%
G = 0.41%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7013B (or 0xB7013B) is known color: Cardinal. HEX triplet: B7, 01 and 3B. RGB value is (183,1,59). Sum of RGB (Red+Green+Blue) = 183+1+59=243 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.31% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 183 - color contains mainly: red. Hex color #B7013B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7013B is #48FEC4. Grayscale: #3D3D3D. Windows color (decimal): -4783813 or 3867063. OLE color: 3867063.

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

Color convert

RGB 183 1 59 -
CMYK 0 0.99 0.68 0.28
HSL 340.88º 0.99% 0.36% -
HSV(B) 340.88º 0.99% 0.72% -
XYZ 20.33 10.4 5.07 -
YUV 62.03 126.3 214.28 -
System Red Green Blue C M Y K H S L
Decimal 183 1 59 0 0.99 0.68 0.28 340.88 0.99 0.36
Hex B7 1 3B 0 63 44 1C 155 63 24
Octal 267 1 73 0 143 104 34 525 143 44
Binary 10110111 1 111011 0 1100011 1000100 11100 101010101 1100011 100100

Color Harmonies of #B7013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7013B

Black with #B7013B

Text Example


Text Example

White with #B7013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7013B; }

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

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

background-color css

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

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

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

border-color css

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

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

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