Html Css Color HEX #B7032E Cardinal

📋 copy color: '#B7032E'

red 183 ◦ green 3 ◦ blue 46

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

Shades of Cardinal #B7032E

Tints of Cardinal #B7032E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

 BLUE value IS 46 (18.36% from 255) = 19.83%

R = 78.88%
G = 1.29%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B7032E (or 0xB7032E) is known color: Cardinal. HEX triplet: B7, 03 and 2E. RGB value is (183,3,46). Sum of RGB (Red+Green+Blue) = 183+3+46=232 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.88% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 183 - color contains mainly: red. Hex color #B7032E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7032E is #48FCD1. Grayscale: #3D3D3D. Windows color (decimal): -4783314 or 3015607. OLE color: 3015607.

HSL color Cylindrical-coordinate representation of color #B7032E: hue angle of 345.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B7032E is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 3 46 -
CMYK 0 0.98 0.75 0.28
HSL 345.67º 0.97% 0.36% -
HSV(B) 345.67º 0.98% 0.72% -
XYZ 20.05 10.33 3.52 -
YUV 61.72 119.13 214.5 -
System Red Green Blue C M Y K H S L
Decimal 183 3 46 0 0.98 0.75 0.28 345.67 0.97 0.36
Hex B7 3 2E 0 62 4B 1C 15A 61 24
Octal 267 3 56 0 142 113 34 532 141 44
Binary 10110111 11 101110 0 1100010 1001011 11100 101011010 1100001 100100

Color Harmonies of #B7032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7032E

Black with #B7032E

Text Example


Text Example

White with #B7032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7032E; }

 p { color: rgb(183,3,46); }

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

background-color css

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

 a { background-color: rgb(183,3,46); }

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

border-color css

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

 span { border-color: rgb(183,3,46); }

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