Html Css Color HEX #B4073B Cardinal

📋 copy color: '#B4073B'

red 180 ◦ green 7 ◦ blue 59

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

Shades of Cardinal #B4073B

Tints of Cardinal #B4073B

RGB

 RED value IS 180 (70.7% from 255) = 73.17%

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

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

R = 73.17%
G = 2.85%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B4073B (or 0xB4073B) is known color: Cardinal. HEX triplet: B4, 07 and 3B. RGB value is (180,7,59). Sum of RGB (Red+Green+Blue) = 180+7+59=246 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.17% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 180 - color contains mainly: red. Hex color #B4073B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4073B is #4BF8C4. Grayscale: #404040. Windows color (decimal): -4978885 or 3868596. OLE color: 3868596.

HSL color Cylindrical-coordinate representation of color #B4073B: hue angle of 341.97º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B4073B is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 7 59 -
CMYK 0 0.96 0.67 0.29
HSL 341.97º 0.93% 0.37% -
HSV(B) 341.97º 0.96% 0.71% -
XYZ 19.69 10.17 5.06 -
YUV 64.66 124.81 210.27 -
System Red Green Blue C M Y K H S L
Decimal 180 7 59 0 0.96 0.67 0.29 341.97 0.93 0.37
Hex B4 7 3B 0 60 43 1D 156 5D 25
Octal 264 7 73 0 140 103 35 526 135 45
Binary 10110100 111 111011 0 1100000 1000011 11101 101010110 1011101 100101

Color Harmonies of #B4073B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4073B

Black with #B4073B

Text Example


Text Example

White with #B4073B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4073B; }

 p { color: rgb(180,7,59); }

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

background-color css

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

 a { background-color: rgb(180,7,59); }

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

border-color css

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

 span { border-color: rgb(180,7,59); }

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