Html Css Color HEX #B2073E Cardinal

📋 copy color: '#B2073E'

red 178 ◦ green 7 ◦ blue 62

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

Shades of Cardinal #B2073E

Tints of Cardinal #B2073E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.83%

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

R = 72.06%
G = 2.83%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2073E (or 0xB2073E) is known color: Cardinal. HEX triplet: B2, 07 and 3E. RGB value is (178,7,62). Sum of RGB (Red+Green+Blue) = 178+7+62=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B2073E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2073E is #4DF8C1. Grayscale: #404040. Windows color (decimal): -5109954 or 4065202. OLE color: 4065202.

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

Color convert

RGB 178 7 62 -
CMYK 0 0.96 0.65 0.30
HSL 340.7º 0.92% 0.36% -
HSV(B) 340.7º 0.96% 0.7% -
XYZ 19.31 9.96 5.46 -
YUV 64.4 126.65 209.03 -
System Red Green Blue C M Y K H S L
Decimal 178 7 62 0 0.96 0.65 0.30 340.7 0.92 0.36
Hex B2 7 3E 0 60 41 1E 155 5C 24
Octal 262 7 76 0 140 101 36 525 134 44
Binary 10110010 111 111110 0 1100000 1000001 11110 101010101 1011100 100100

Color Harmonies of #B2073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2073E

Black with #B2073E

Text Example


Text Example

White with #B2073E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2073E; }

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

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

background-color css

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

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

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

border-color css

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

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

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