Html Css Color HEX #B20735 Cardinal

📋 copy color: '#B20735'

red 178 ◦ green 7 ◦ blue 53

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

Shades of Cardinal #B20735

Tints of Cardinal #B20735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.27%

R = 74.79%
G = 2.94%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B20735 (or 0xB20735) is known color: Cardinal. HEX triplet: B2, 07 and 35. RGB value is (178,7,53). Sum of RGB (Red+Green+Blue) = 178+7+53=238 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.79% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 178 - color contains mainly: red. Hex color #B20735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20735 is #4DF8CA. Grayscale: #3F3F3F. Windows color (decimal): -5109963 or 3475378. OLE color: 3475378.

HSL color Cylindrical-coordinate representation of color #B20735: hue angle of 343.86º 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 #B20735 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 7 53 -
CMYK 0 0.96 0.70 0.30
HSL 343.86º 0.92% 0.36% -
HSV(B) 343.86º 0.96% 0.7% -
XYZ 19.08 9.87 4.27 -
YUV 63.37 122.15 209.76 -
System Red Green Blue C M Y K H S L
Decimal 178 7 53 0 0.96 0.70 0.30 343.86 0.92 0.36
Hex B2 7 35 0 60 46 1E 158 5C 24
Octal 262 7 65 0 140 106 36 530 134 44
Binary 10110010 111 110101 0 1100000 1000110 11110 101011000 1011100 100100

Color Harmonies of #B20735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20735

Black with #B20735

Text Example


Text Example

White with #B20735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20735; }

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

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

background-color css

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

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

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

border-color css

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

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

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