Html Css Color HEX #B7003A Cardinal

📋 copy color: '#B7003A'

red 183 ◦ green 0 ◦ blue 58

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

Shades of Cardinal #B7003A

Tints of Cardinal #B7003A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.07%

R = 75.93%
G = 0%
B = 24.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7003A (or 0xB7003A) is known color: Cardinal. HEX triplet: B7, 00 and 3A. RGB value is (183,0,58). Sum of RGB (Red+Green+Blue) = 183+0+58=241 (31% of max value = 765). Red value is 183 (71.88% from 255 or 75.93% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 183 - color contains mainly: red. Hex color #B7003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7003A is #48FFC5. Grayscale: #3D3D3D. Windows color (decimal): -4784070 or 3801271. OLE color: 3801271.

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

Color convert

RGB 183 0 58 -
CMYK 0 1 0.68 0.28
HSL 340.98º 1% 0.36% -
HSV(B) 340.98º 1% 0.72% -
XYZ 20.29 10.37 4.94 -
YUV 61.33 126.13 214.78 -
System Red Green Blue C M Y K H S L
Decimal 183 0 58 0 1 0.68 0.28 340.98 1 0.36
Hex B7 0 3A 0 64 44 1C 155 64 24
Octal 267 0 72 0 144 104 34 525 144 44
Binary 10110111 0 111010 0 1100100 1000100 11100 101010101 1100100 100100

Color Harmonies of #B7003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7003A

Black with #B7003A

Text Example


Text Example

White with #B7003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7003A; }

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

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

background-color css

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

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

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

border-color css

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

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

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