Html Css Color HEX #B7003E Cardinal

📋 copy color: '#B7003E'

red 183 ◦ green 0 ◦ blue 62

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

Shades of Cardinal #B7003E

Tints of Cardinal #B7003E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.31%

R = 74.69%
G = 0%
B = 25.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B7003E (or 0xB7003E) is known color: Cardinal. HEX triplet: B7, 00 and 3E. RGB value is (183,0,62). Sum of RGB (Red+Green+Blue) = 183+0+62=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B7003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7003E is #48FFC1. Grayscale: #3D3D3D. Windows color (decimal): -4784066 or 4063415. OLE color: 4063415.

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

Color convert

RGB 183 0 62 -
CMYK 0 1 0.66 0.28
HSL 339.67º 1% 0.36% -
HSV(B) 339.67º 1% 0.72% -
XYZ 20.4 10.42 5.49 -
YUV 61.79 128.13 214.46 -
System Red Green Blue C M Y K H S L
Decimal 183 0 62 0 1 0.66 0.28 339.67 1 0.36
Hex B7 0 3E 0 64 42 1C 154 64 24
Octal 267 0 76 0 144 102 34 524 144 44
Binary 10110111 0 111110 0 1100100 1000010 11100 101010100 1100100 100100

Color Harmonies of #B7003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7003E

Black with #B7003E

Text Example


Text Example

White with #B7003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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