Html Css Color HEX #B00735 Cardinal

📋 copy color: '#B00735'

red 176 ◦ green 7 ◦ blue 53

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

Shades of Cardinal #B00735

Tints of Cardinal #B00735

RGB

 RED value IS 176 (69.14% from 255) = 74.58%

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

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

R = 74.58%
G = 2.97%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B00735 (or 0xB00735) is known color: Cardinal. HEX triplet: B0, 07 and 35. RGB value is (176,7,53). Sum of RGB (Red+Green+Blue) = 176+7+53=236 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.58% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 176 - color contains mainly: red. Hex color #B00735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00735 is #4FF8CA. Grayscale: #3E3E3E. Windows color (decimal): -5241035 or 3475376. OLE color: 3475376.

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

Color convert

RGB 176 7 53 -
CMYK 0 0.96 0.70 0.31
HSL 343.67º 0.92% 0.36% -
HSV(B) 343.67º 0.96% 0.69% -
XYZ 18.62 9.64 4.25 -
YUV 62.78 122.49 208.76 -
System Red Green Blue C M Y K H S L
Decimal 176 7 53 0 0.96 0.70 0.31 343.67 0.92 0.36
Hex B0 7 35 0 60 46 1F 158 5C 24
Octal 260 7 65 0 140 106 37 530 134 44
Binary 10110000 111 110101 0 1100000 1000110 11111 101011000 1011100 100100

Color Harmonies of #B00735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00735

Black with #B00735

Text Example


Text Example

White with #B00735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00735; }

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

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

background-color css

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

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

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

border-color css

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

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

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