Html Css Color HEX #B2003E Cardinal

📋 copy color: '#B2003E'

red 178 ◦ green 0 ◦ blue 62

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

Shades of Cardinal #B2003E

Tints of Cardinal #B2003E

RGB

 RED value IS 178 (69.92% from 255) = 74.17%

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

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

R = 74.17%
G = 0%
B = 25.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2003E (or 0xB2003E) is known color: Cardinal. HEX triplet: B2, 00 and 3E. RGB value is (178,0,62). Sum of RGB (Red+Green+Blue) = 178+0+62=240 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.17% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 178 - color contains mainly: red. Hex color #B2003E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2003E is #4DFFC1. Grayscale: #3C3C3C. Windows color (decimal): -5111746 or 4063410. OLE color: 4063410.

HSL color Cylindrical-coordinate representation of color #B2003E: hue angle of 339.1º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2003E is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 0 62 -
CMYK 0 1 0.65 0.30
HSL 339.1º 1% 0.35% -
HSV(B) 339.1º 1% 0.7% -
XYZ 19.23 9.81 5.44 -
YUV 60.29 128.97 211.96 -
System Red Green Blue C M Y K H S L
Decimal 178 0 62 0 1 0.65 0.30 339.1 1 0.35
Hex B2 0 3E 0 64 41 1E 153 64 23
Octal 262 0 76 0 144 101 36 523 144 43
Binary 10110010 0 111110 0 1100100 1000001 11110 101010011 1100100 100011

Color Harmonies of #B2003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2003E

Black with #B2003E

Text Example


Text Example

White with #B2003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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